Answered You can hire a professional tutor to get the answer.

QUESTION

Write a C++ program to read, save, sort, search and display the students' ids, student names and marks of N students. N=7 should be declared as a...

Write a C++ program to read, save, sort, search and display the students’ ids, student names andmarks of N students.N=7 should be declared as a constant in your program. You must use structures, arrays and functions tostore the students’ IDs, names and marks.Your program should display and execute a menu with the following options.A switch statement must be used to execute the following menu options.Menu‐‐‐‐‐‐‐‐‐1. Clear2. Register a Student (Id, Name, Mark)3. Display the student with a highest mark4. Display the marks of all students5. Display the percentage of the total mark received by each student6. Sort all marks in ascending order7. Sort all marks in descending order8. Search for a student with a given id9. Search for a student with a given name10. Search for a student with a given mark11. Exit

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question