Question: ANSWER IN C! 1 SOURCE CODE PLEASE Develop a program which reads data from an input sequential access file (scores.dat), manipulates the data and writes

ANSWER IN C!
1 SOURCE CODE PLEASE
Develop a program which reads data from an input sequential access file (scores.dat), manipulates the data and writes the output data into another sequential access file scores out). The input file scores.dat is provided to you beforehand. It contains the students' id numbers, scores of test-1 test-2 and test-3 in each row. You will read data from scores.dat file and calculate each student's lowest score, highest score and average score. Then you will write student's id number, student's lowest score, highest score and average score to the output file scores.out. scores.out file has to have an appropriate header for each column. Assume that you do not know how many records are there in the input file. Followings are the sample snapshots of input file and, the output file after you run your program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
