Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C+ please For this programming assignment # 8, you need to submit ONE source code file. Develop a program which reads data from an input

image text in transcribed 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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Analysis Using SQL And Excel

Authors: Gordon S Linoff

2nd Edition

111902143X, 9781119021438

More Books

Students also viewed these Databases questions