Question: Declare an integer array of size 10. Ask the user to populate the array and then find / calculate the following using C programming language:

Declare an integer array of size 10. Ask the user to populate the array and then find / calculate the following using C programming language: the minimum element of the array the maximum element of the array average of the elements, variance of the elements standard deviation of the elements Then display all of the above on the screen on a separate line. Use the following formulas to calculate variance and standard deviation: Variance: s2 Elmi )? n-1 se. sample variance 1 = the value of the one observation * = the mean value at all observations 11 = the number of observations Standard Deviation : S = s2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
