Question: C Program Lab5 write a program that prompts the user to enter a fixed set of integer detaliems using the keyboard, stores them. The program

 C Program Lab5 write a program that prompts the user to

C Program

Lab5 write a program that prompts the user to enter a fixed set of integer detaliems using the keyboard, stores them. The program then calculates and displays the mean and standard deviation of the data set. The program should display each entered number immediately after it is entered b. Arter all data elements have been entered the program should display all entered numbers on a single line with 2 blank spaces between them The program should then call 2 functions: The first function returns the average of the values in the data The second function uses the average above to calculate the population standard deviation of the data set. Note that the user data acquisition task can also be written as a function 2) Average calculation The usual sum of all data elements divided by the number of elements 3) Standard deviation calculation: 4) 5) 6) 7) Look-up the standard deviation formula Display the Average and Standard Deviation on the same line Loop The program continually so new data sets can be entered. Generate some test cases and test your program Compile and run the program on the DEO. a. On the Monitor Program screen where the program is selected Enter"-im" in the Additional Linker Flags line 8) For checkoff program must calculate correct results for 10 ser entered numbers

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!