Assignment Title: "High-school Student Grading System"
Due Date: Week 13
Assignment Description: In this assignment, you will create a C++ program to help the student to
enter his/her name and marks on (Math, English, Science, Social studies, and Arabic). The
program should allow users to perform various operations related to the student data, such as
displaying the student details, the passed subjects, the failed subjects, the average, the subject
grades, the subject with highest mark, and the subject with lowest mark.
Requirements:
Menu-Driven Interface: Create a menu-driven program that provides the following options:
• The student details.
• The passed subjects.
• The failed subjects,
• The subject grades
• The subject with highest mark
• The subject with lowest mark
• Average grades.
• Exit the program.
Submission Guidelines:
• Submit the C++ source code files.
• Provide a user guide (Report) with instructions on how to use the program.
• Proof of program working (present and execute your program inside the class)
Grading Criteria:
• Correct implementation of menu-driven interface. (10 marks)
• User-friendliness of the interface. (3 marks)
• Report. (3 marks)