Question: please do the code in the C language. 2) Write a program that reads in a text file of test scores and prints out a

 please do the code in the C language. 2) Write a

please do the code in the C language.

2) Write a program that reads in a text file of test scores and prints out a his- togram of the scores. The file format is as follows: the first line of the file con- tains a single positive integer, n, representing the number of test scores. The following n lines will contain one test score each. Each of these test scores will be a non-negative integer less than or equal to 100. The histogram should have one row on it for each distinct test score in the file, followed by one star for each test score of that value. For example, if the tests scores in the file were 55, 80, 80, 95, 95, 95 and 98, the output to the screen should look like: 55* 80* 95** 98*

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!