question archive Make a program to compute numeric grades for a course

Make a program to compute numeric grades for a course

Subject:Computer SciencePrice:5.86 Bought14

Make a program to compute numeric grades for a course. First make a file and input the course records that will serve as the input. The input file is 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 this 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. Use at least one function that has file streams as all or some of its arguments. 

 

Extend the program to also intake more student scores and correctly format them in the studentScores.txt file and give the user the option of running the program to create the file with the averages and then display the results after saving to the output file.

 

Data:

Mike Bucky 99 95 86 74 100 79 81 93 75 88

Tom Nancy 100 88 74 99 92 83 71 86 94 83

Option 1

Low Cost Option
Download this past answer in few clicks

5.86 USD

PURCHASE SOLUTION

Option 2

Custom new solution created by our subject matter experts

GET A QUOTE

rated 5 stars

Purchased 14 times

Completion Status 100%

Related Questions