C program to find sum average and standard deviation
Answers
Answered by
0
Answer:
In C Program,we are reading the value of 'n' variable.Using the loop we are entering the real numbers to compute the mean,variance and standard deviation of the number.For loop is used to calculate the sum of all elements.
Similar questions