Question: Write a program that reads a file (Data.txt) consisting of students test scores in the range 0200 . It should then determine the number of

Write a program that reads a file (Data.txt) consisting of students test scores in the range 0200. It should then determine the number of students having scores in each of the following ranges: 024, 2549, 5074, 7599, 100124, 125149, 150174, and 175200. Output the score ranges and the number of students.

(Run your program with the following input file: Data.txtWrite a program that reads a file (Data.txt) consisting of students testscores in the range 0200. It should then determine the number of)

students having scores in each of the following ranges: 024, 2549, 5074,

***Use one-dimensional array to store the data from the file (Data.txt).

**************************************************************************************

OUTPUTS:

7599, 100124, 125149, 150174, and 175200. Output the score ranges and the

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!