Calculate average, variance, and standard deviation of the array B and print those on the screen
Write C code that does the following:
Using the experimental data below, write a computer
x=1.01, 2.8, 4.6, 6.79, 9.3, 10.94, 13.03, 15.21, 16.89, 18.94, 21.2, 23, 24.99
y=2.05, 5.96, 9.85, 13.5, 19.3, 21.54, 25.88, 29.13, 33.45, 38.19, 43.01, 45.89, 49.34
then a set of 500 float numbers is given. I can show the numbers but not via image. I would like to know where I copy and paste them in the code.
. Write a C program to show how many out of 500 are between 60.0 and 100. Form an array B containing the elements from a) Calculate average, variance, and standard deviation of the array B and print those on the screen.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps