Answered step by step
Verified Expert Solution
Link Copied!

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

SQL Database Programming

Authors: Chris Fehily

1st Edition

1937842312, 978-1937842314

More Books

Students also viewed these Databases questions