Question: CREATE A C++ PROGRAM PLEASE 1. Display a menu that lists of the 5 operation that can be chosen + option 6 that exits the
CREATE A C++ PROGRAM PLEASE
1. Display a menu that lists of the 5 operation that can be chosen + option 6 that exits the program.
2. The 5 math operations are: a. Area of a circle. b. Volume of a cone. c. Calculate Distance d. Pythagorean Theorem e. Quadratic Formula.
3. After a math function is completed, the user can choose another math operation.
4. Display numbers
5. Check the users input to see if its valid.
6. After user chooses a valid option, ask user for the input so can perform the specific math operation
7. Call the math function and pass the data.
8.Receive a result back from the function that was called.
9.The main will print out the results.
10.The quadFormula() function will return 3 values.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
