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