Question: C++ Write a program to compute numeric grades for a course. The course records are in a file (that you will create) that will serve

C++

Write a program to compute numeric grades for a course. The course records are in a file (that you will create) that will serve as the input file. The input file should be in exactly the following format: Each line contains a student's last name, then one space, then the student's first name, then one space, then ten quiz scores all on one line. The quiz scores are whole numbers and are separated by one space. Your program will take its input from the file and send its output to a second file. The data in the output file will be the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Allow the user to run the program as many times as they would like. Validate that the files opened properly.

Using Visual Studio 2022

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!