Question: Please use C++ Programming Programming Projects 7.8 Project 7.8.1. Write a program that stores a list of names of students in a class and their
Programming Projects 7.8 Project 7.8.1. Write a program that stores a list of names of students in a class and their grades in arrays, and then allows the user to carry out the following functions. 1. Sort the data by name (alphabetical order) 2. sort the data by grade (increasing order) 3. Search for a grade (of a student whose name is entered by the user) 4. Find names of students who have certain grade or over. When the program runs, it should display the above four items like a menu, and have the user select an item by typing a number. Then it should obtain any additional information needed from the user and carry out the task
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
