Question: Strings format #include C ? Statistics Lab test scores), can be summarized by a frequency distri chart. For example, if the list of test scores
Strings format

#include

? Statistics Lab test scores), can be summarized by a frequency distri chart. For example, if the list of test scores is: 90, 85, 100, so, s0, 85, 60, 70, 55, 55, 80, 95, 70, 60, 95 80, 100, 75, 70, 95, 90, 90, 70, 95, 50, 65, 85, 95, 100, 65 then the frequency distribution chart looks like the one below: score frequency 100 95 90 85 80 75 70 65 60 50 a) Write a C program, stats.c, that initializes an array at compile time with the test scores shown above and outputs the test scores, five per line. b) Sort the test scores into ascending order and output the scores, five per line. c) Calculate and print out the frequency distribution chart as shown above. Note that the scores are listed in decreasing value within the table. d) Output the percentage of passing and failing test scores to the nearest tenth. Scores below 60 are failing. e) Calculate and print out the mean of the test scores to the nearest tenth. f) Print out the mode of the test scores
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
