Your Perfect Assignment is Just a Click Away
We Write Custom Academic Papers

100% Original, Plagiarism Free, Customized to your instructions!

glass
pen
clip
papers
heaphones

CMSC330 University of Maryland Mod 3 Imperative Languages Control Flow Project

CMSC330 University of Maryland Mod 3 Imperative Languages Control Flow Project

CMSC330 University of Maryland Mod 3 Imperative Languages Control Flow Project
Question Description
Project 2
The second project involves completing and extending the C++ program that evaluates statements of an expression language contained in the module 3 case study.
The statements of that expression language consist of an arithmetic expression followed by a list of assignments. Assignments are separated from the expression and each other by commas. A semicolon terminates the expression. The arithmetic expressions are fully parenthesized infix expressions containing integer literals and variables. The valid arithmetic operators are +, –, *, /. Tokens can be separated by any number of spaces. Variable names begin with an alphabetic character, followed by any number of alphanumeric characters. Variable names are case sensitive. This syntax is described by BNF and regular expressions in the case study.
The program reads in the arithmetic expression and encodes the expression as a binary tree. After the expression has been read in, the variable assignments are read in and the variables and their values of the variables are placed into the symbol table. Finally the expression is evaluated recursively.
Your first task is to complete the program provided by providing the three missing classes, Minus, Times and Divide.
Next, you should extend the program so that it supports relational, logical and conditional expression operators as defined by the following extension to the grammar:
-> “˜(“˜ “˜)’ |
“˜(“˜ “˜:’ “˜?’ “˜)’ | “˜(“˜ “˜!’ “˜)’
-> “˜+’ | “˜-“˜ | “˜*’ | “˜/’ | “˜>’ | “˜<"˜ | "˜=' | "˜&' | "˜|' Note that there are a few differences in the use of these operators compared to their customary use in the C family of languages. Their differences are:  In the conditional expression operator, the symbols are reversed and the third operand represents the condition. The first operand is the value when true and the second the value when false  The logical operators use single symbols not double, for example the and operator is & not &&  The negation operator ! is a postfix operator, not a prefix one  There are only three relational operators not the usual six and the operator for equalityis = not ==Like C and C++, any arithmetic expression can be interpreted as a logical value, taking 0 as false and anything else as trueYour final task is to make the following two modifications to the program:  The program should accept input from a file, allowing for multiple expressions arranged one per line. 1  All results should be changed from double to int. In particular the evaluate function should return an int. You may assume that all input to the program is syntactically correct. Deliverables: Deliverables for this project include the following: Source code correctly implementing all required functionality. Your program must compile with Microsoft Visual C++ or any modern C/C++ compiler on your O/S. Word or PDF file providing screen shots of successfully compiling and executing the program. Description of the process and lesson learned while completing this project (to be included inthe Word or PDF document). A test plan that contains test cases that test all of the required operators. Each test case shouldinclude the expression and its expected value (to be included in the Word or PDF document). "Place your order now for a similar assignment and have exceptional work written by our team of experts, guaranteeing you A results."

Order Solution Now

Our Service Charter

1. Professional & Expert Writers: I'm Homework Free only hires the best. Our writers are specially selected and recruited, after which they undergo further training to perfect their skills for specialization purposes. Moreover, our writers are holders of masters and Ph.D. degrees. They have impressive academic records, besides being native English speakers.

2. Top Quality Papers: Our customers are always guaranteed of papers that exceed their expectations. All our writers have +5 years of experience. This implies that all papers are written by individuals who are experts in their fields. In addition, the quality team reviews all the papers before sending them to the customers.

3. Plagiarism-Free Papers: All papers provided by I'm Homework Free are written from scratch. Appropriate referencing and citation of key information are followed. Plagiarism checkers are used by the Quality assurance team and our editors just to double-check that there are no instances of plagiarism.

4. Timely Delivery: Time wasted is equivalent to a failed dedication and commitment. I'm Homework Free is known for timely delivery of any pending customer orders. Customers are well informed of the progress of their papers to ensure they keep track of what the writer is providing before the final draft is sent for grading.

5. Affordable Prices: Our prices are fairly structured to fit in all groups. Any customer willing to place their assignments with us can do so at very affordable prices. In addition, our customers enjoy regular discounts and bonuses.

6. 24/7 Customer Support: At I'm Homework Free, we have put in place a team of experts who answer to all customer inquiries promptly. The best part is the ever-availability of the team. Customers can make inquiries anytime.