Question: c++ Write a program to allow user enter an array of structures, with each structure containing the firstname, lastname and the written test score of

c++

Write a program to allow user enter an array of structures, with each structure containing the firstname, lastname and the written test score of a driver.

Your program should use a DYNAMIC array to make sure user has enough storage to enter the data.

Once all the data being entered, you need to design a function to sort the data in descending order based on the test score.

Another function should be designed to display the highest, lowest and average test scores in all the test takers along with their name.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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

Students Have Also Explored These Related Databases Questions!