Question: C+ please For this programming assignment # 8, you need to submit ONE source code file. Develop a program which reads data from an input
C+ please For this programming assignment # 8, you need to submit ONE source code file. 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 data 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 fie 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
