Question: *C++* 0. Write a program that takes as input five numbers and outputs the mean (average) and standard deviation of the numbers. If the numbers
*C++*

0. Write a program that takes as input five numbers and outputs the mean (average) and standard deviation of the numbers. If the numbers are x, x2. X3, X4, and X5, then the mean is x = (x1 + x2 + x3 + x4 + x5)/5 and the standard deviation is Your program must contain at least the following functions: a function that the mean and a function that calculates the standard deviation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
