Answered step by step
Verified Expert Solution
Question
1 Approved Answer
modify the program of programming challenge 2 (test scores #1) to allow the user to enter name-score pairs. for each student taking a test, the
modify the program of programming challenge 2 (test scores #1) to allow the user to enter name-score pairs. for each student taking a test, the user types the student's name followed by the stdent's integer test score. modify the sorting function so it takes an array holding the students names, and an array holding the students test scores. when the sorted list of scores is displayed, each students name should be displayed along with his or her score. in stepping through the arrays, use pointers rather than array subscripts.
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