Programming Exercise 8, in Chapter 6, asks you find the mean and standard deviation of five numbers. Extend this programming exercise to find the mean and standard deviation of up to 100 numbers. Suppose that the mean (average) of n numbers
Then the standard deviation of these numbers is:
Reference of Exercise 8, in Chapter 6:
Write a program that takes as input five numbers and outputs the mean (average) and standard deviation of the numbers. If the numbers are
then. the mean is
and the standard deviation is:
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.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.