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

USE C++ LANGUAGE USE C++ LANGUAGE Instructions Write a program that takes, as input, five

Instructions Write a program that takes, as input, five numbers and outputs the mean (average) and standard deviation of the numbers. If the numbers are X1, X2, X3, Xe, and Xs, then the mean is: X = (Xx + x2 + x3 + x +Xs)/5 and the standard deviation is: S=v(((X-x)2+(x2-x)2+(X3-x)2+(xx-x)2+(X5-x)2)/5) Your program must contain at least the following functions: a function that calculates and returns the mean and a function that calculates the standard deviation. Format your output with setprecision(2) to ensure the proper number of decimals for testing

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!