Computer Science, asked by dremaster6824, 10 months ago

C program to find sum average and standard deviation

Answers

Answered by dungdungsneha5287796
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