Question: in c++ Write a program that will a) Read in the provided text file of names and scores, and store the data appropriately. You may
in c++
Write a program that will a) Read in the provided text file of names and scores, and store the data appropriately. You may choose to use a struct or a class. b) Sum up the test scores. c) Allow the user to choose to output the list of names and scores, in order of highest to lowest total score, or in alphabetical order by last name. d) Implement the selected sorting algorithm. e) Output the list per user choice, on the console and into an output file. f) Allow the user to repeat or quit.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
