Question: Write a C++ program to operate as a calculator which will do the basic four operations (+ . The program will display a menu using
Write a C++ program to operate as a calculator which will do the basic four operations (+ . The program will display a menu using a function, and then based on the user choice, the appropriate function will be called to perform the operation. The program will ask the user if he/she wants to perform another operation after the result of the first operation is displayed (ie, the program will run continuously until the user chooses to exit). Note: overall you will have five functions (one per operation and one for the menu) Submit a report (word document) which include: 1. 2. Your code. Screenshots showing how you tested your program. Grading scheme
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
