Question: write a calculator application as follows: a. The program read the expression from the console, and the answer should be printed on the console. b.
write a "calculator" application as follows: a. The program read the expression from the console, and the answer should be printed on the console. b. Example of the user input: ((43*(30-12))+(80/5)*2) c. First of all, the program has to check if the brackets are a match or not? d. If yes, the program has to evaluate the values using the arithmetic expression algorithms given in the class. e. Assume that all numbers are one or two digits integers. 7:55 PM write a "calculator" application as follows: a. The program read the expression from the console, and the answer should be printed on the console. b. Example of the user input: ((43*(30-12))+(80/5)*2) c. First of all, the program has to check if the brackets are a match or not? d. If yes, the program has to evaluate the values using the arithmetic expression algorithms given in the class. e. Assume that all numbers are one or two digits integers. 7:55 PM
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
