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
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