Question: 3. Write a program that allow the user to enter two numeric values. Then let the user enter a single character as the desired operation:
3. Write a program that allow the user to enter two numeric values. Then let the user enter a single character as the desired operation: ' a ' for add, ' s ' for subtract, ' m ' for multiply, or ' d ' for divide. Perform the arithmetic operations that the user selects and display the results. Save the file as ArithmeticChoice.cpp
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
