Write a program that dynamically allocates an array large enough to hold a user-defined number of test scores and corresponding students' name. Use structure containing name and score of a single student and use that structure to declare array of students. Once all the names and scores are entered, sorts them in ascending order (by both name and score separately). Another function should be called that calculates the average score. The program should display the sorted list of names and scores and averages with appropriate headings. Use pointer notation rather than array notation whenever possible. In traversing the arrays, use pointers rather than array indices.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter12: Points, Classes, Virtual Functions And Abstract Classes
Section: Chapter Questions
Problem 3PE
icon
Related questions
Question
Give me answer fast please.
Write a program that dynamically allocates an array large enough to hold a user-defined
number of test scores and corresponding students' name. Use structure containing name and
score of a single student and use that structure to declare array of students. Once all the
names and scores are entered, sorts them in ascending order (by both name and score
separately). Another function should be called that calculates the average score. The
program should display the sorted list of names and scores and averages with appropriate
headings. Use pointer notation rather than array notation whenever possible. In traversing
the arrays, use pointers rather than array indices.
Transcribed Image Text:Write a program that dynamically allocates an array large enough to hold a user-defined number of test scores and corresponding students' name. Use structure containing name and score of a single student and use that structure to declare array of students. Once all the names and scores are entered, sorts them in ascending order (by both name and score separately). Another function should be called that calculates the average score. The program should display the sorted list of names and scores and averages with appropriate headings. Use pointer notation rather than array notation whenever possible. In traversing the arrays, use pointers rather than array indices.
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Arrays
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning