Question: using c + + Requests and Reads in the input from the keyboard, of at least 5 student names with at least 3 test scores

using c++ Requests and Reads in the input from the keyboard, of at least 5student names with at least 3test scores ( each a value between 0and 100)for each of the students. 2.Creates a file and Saves those inputs in that file ( see the example input file on the right ).3.Then opens that input file, reads that data back into the program and processes it to calculate the grade point average ( out of 100).4.Writes the output back to another file ( see the example output file below ).Make sure the output format is neat and follows a column format with proper column headings
I have a code that is running. However the output is not giving me what I would like. I need a portion of a code that will take the grades that have been input and calculate the gpa. It is also showing only one student's name, their first score, and printing this information in what seems to be an infinite loop.
Any help solving this would be much appreciated.

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!