Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 25Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started