Question: For this exercise you will read in student names and test scores into two arrays: an array of strings for the names and an array

For this exercise you will read in student names and test scores into two arrays: an array of strings for the names and an array of integers for the scores. You will write a c++ program which sorts the scores and displays the scores from highest to lowest and the student's name who received the grade. Please use one of the sorting algorithms discussed in class. Do not use std::sort.

Extra Credit: implement the sort using either the Quick Sort algorithm, Merge Sort algorithm o+r with any advanced sorting algorithm with an average case runtime of Θ(n log2n). 


Step by Step Solution

3.45 Rating (177 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Solution include using namespace std swapping utility integer void swapIntint f... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Document Format (2 attachments)

PDF file Icon

635fa19ed9648_232808.pdf

180 KBs PDF File

Word file Icon

635fa19ed9648_232808.docx

120 KBs Word File

Students Have Also Explored These Related Programming Questions!