Question: C++ Scientific calculator. Study tracking changes and automatic indentation in MSVSdescribed here. As you program your project below, demonstrate to the lab instructor applying automatic
C++
Scientific calculator. Study tracking changes and automatic indentation in MSVSdescribed here. As you program your project below, demonstrate to the lab instructor applying automatic indentation to your code.
-
Study these functions of the math library. Create a project titled Lab4_Calculator with a single file titled calculator.cpp. Write a program that:
The process repeats. The program should quit if the user inputs an option (number) that is not listed. The dialog should look as follows (user input is shown in bold):- prints a numbered menu of mathematical operations as shown below;
- then prompts the user to select an operation;
- then prompts and inputs the operands for the selected option (note that some operations require one and some two operands);
- then computes and outputs the result.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
