Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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