Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a program that can do addition, subtraction, multiplication, and division. When the program starts, the user should be presented with a menu similar to
Create a program that can do addition, subtraction, multiplication, and division.
When the program starts, the user should be presented with a menu similar to the following:
Please select the math operation you would like to do:
: Addition
: Subtraction
: Multiplication
: Division
: Exit
Selection :
After the user makes the selection, the program should prompt them for two numbers and then display the results. If the users inputs an invalid selection, the program should display:
You have not typed a valid selection, please run the program again.
The program should then exit.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started