English, asked by riazrabia974, 6 hours ago

Q: The standard deviation of c (constant) is:
A CZ
со
Refresh​

Answers

Answered by ayesha7734
0

Answer:

Following is the C program to calculate the standard deviation for the given numbers − #include <math.h> #define MAXSIZE 100 main( ) { int i,n; float value [MAXSIZE], deviation, sum,sumsqr,mean,variance,stddeviation; sum = sumsqr = n = 0 ; printf("Input values: input -1 to end \n"); for (i=1; i< MAXSIZE ; i++) { scanf.

Explanation:

hope it is helpful for you

Similar questions