Question: Write a program that will display the following menu on your monitor. Math Menu *************** 1) Add numbers 2) Multiply Numbers 3) Subtract Numbers 4)
Write a program that will display the following menu on your monitor. Math Menu *************** 1) Add numbers 2) Multiply Numbers 3) Subtract Numbers 4) divide Number 5) Exit Please Enter your choice: After user entered his/her choice your program should execute the requested function and display the menu until user decided to exit. For each menu option you need to code a function. The prototype for functions should be type integer, assuming these function will perform integer arithmetic. Functions add, subtract, multiply and divide can only do basic math (add 2 numbers, subtract two numbers , multiply 2 numbers and divide one number by another).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
