Question: 1. Create a C++ program to perform various math functions. 2. The C++ project will will named Menu with Math operations. Spell it exactly

1. Create a C++ program to perform various math functions. 2. The C++ project will will named Menu with Math operations. Spell it exactly as written. 3. Display a menu that lists of the 5 operation that can be chosen + option 6 that exits the program. 4. The 5 math operations are: a. Area of a circle. b. Volume of a cone. c. Calculate Distance / vector / magniture. d. Pythagorean Theorem e. Quadratic Formula. 5. After a math function is completed, the user can choose another math operation. 6. Display numbers, in fron of the menu choices to make it easier for the user to choose a math operation, or choose exit. 7. Check the users input to see if its valid. 8. After user chooses a valid option, ask user for the input so can perform the specific math operation 9. Call the math function and pass the data. 10. Receive a result back from the function that was called. 11.The main will print out the results. 12. The main() and the five math functions will be in the same .cpp file. 13. The quadFormula () function will return 3 values. They will all be stored in a STRUCT, just like was demonstrated in class.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
