Get Instant Help From 5000+ Experts For
question

Writing: Get your essay and assignment written from scratch by PhD expert

Rewriting: Paraphrase or rewrite your friend's essay with similar meaning at reduced cost

Editing:Proofread your work by experts and improve grade at Lowest cost

And Improve Your Grades
myassignmenthelp.com
loader
Phone no. Missing!

Enter phone no. to receive critical updates and urgent messages !

Attach file

Error goes here

Files Missing!

Please upload all relevant files for quick & complete assistance.

Guaranteed Higher Grade!
Free Quote
wave
SODV2202 object oriented programming

OverviewDesign and implement a program to evaluate mathematical expressions typed by the user. For example, if the user typed:5 + 2 * -3 + (12.4 – 7.6) * 10 / 2 Your program would print the result:23 DirectionsStart by creating a UML diagram outlining your planned design for the assignment.Retrieve the assignment starter code from the git repository: git clone Assignment1/ The starter code includes a simple application that reads user input until the user types the command “exit”. The ProcessCommand() function indicates where you should place your code to evaluate the given math expression. Create supporting classes and methods as needed, but keep the ProcessCommand() function, since it is used for running unit tests.Your program should be able to:1.Handle addition, subtraction, multiplication, and division.2.Evaluate expressions with a single operation (ie: 1+2).3.Evaluate larger expressions with multiple operations (ie: 1*2-3+4).4.Perform operations in the correct order of operations (ie 2+3*4 is 14 not20).5.Ignore whitespace in the expression.6.Handle negative numbers.7.Handle numbers with a decimal.8.Handle brackets (ie: (2+3)*4 is 20).9.Handle nested brackets.When you are finished, update your

support
close