Question: Write program in C++ Calculator Outline Basic Guidelines: The program should utilize the addition subtraction multiplication and division operations. If your team chooses to add
Calculator Outline Basic Guidelines: The program should utilize the addition subtraction multiplication and division operations. If your team chooses to add additional operations you may do so. However, make sure that your basic operations work, and work well before moving on to any additional operations. Your program must include documentation inside the program This includes comments within the code and a function with what year code should/supposed to do. Hint I would either have this information come up automatically when the program is first ran or have this as a selection statement along with a choice of your operations Basic Inputioutput: Your program should get input, however you want, of what operation the user chooses to do. The user will also need to input two numbers in your program to be calculated in the operation Basic Expectations (coding): You are to use functions including: function prototype function call end the function definitions. You are also to use any selection statements and any looping statements that you wish
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
