Question: c++ Programming Assignment Ne. 8 this programming assignment you will read a list of names and grades from a text file. The file will be

c++
Programming Assignment Ne. 8 this programming assignment you will read a list of names and grades from a text file. The file will be user-specified You will then print out the original list, the list of names and grades in order by grade, and then the list of names and e grades in order by name. Also print the number of A's, B's, Cs D's, Fs and the average, highest, and lowest grade. So if the data is as follows Joe 45 Jim 55 Sam 90 Ace 65 Then the output will be Sam 90 Ace 65 Jim 55 Joe 45 Ace 65 Joe 45 Sam 90 There was 1A There was 1 D There were 2 Ps Highest 90 Lowest 45 Average: 61 25
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
