Question: Write a program in C++ language that asks the user for at least 3 numbers. Design the program so that when a particular mathematical operation
Write a program in C++ language that asks the user for at least 3 numbers. Design the program so that when a particular mathematical operation that you decide upon is selected, the function to perform that operation is executed and the value that is the answer is returned to the main program from where it is displayed. Incorporate the use of case-switch selection structure along with functions.
Use at least 3 operations. Ex: variance, standard deviation, sorting, averaging.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
