Question: [ C++ ONLY ] [ ARRAY ] Please fulfill all the requirements stated below. Structure Name: Student Content of the structure: student ID, student name,

[ C++ ONLY ] [ ARRAY ]

Please fulfill all the requirements stated below.

Structure Name: Student Content of the structure: student ID, student name, nickname

Structure Name: Course Content of the structure: course code, course name, lecturer name Display a menu for the user to choose either to;

Add new students Display student list Add new course Display Course Offered

Requirements :

1) The program should be able to store maximum 5 students data at a time.

2) The program should ask the user to enter the details of each of the course.

3) The program should be able to store maximum 2 courses data at a time.

4) The user will be able to modify the name of the selected student.

5) The user will be able to assign a student to a subject listed in the list. [ May require adding a new variable in Student structure to represent course taken.]

6) The program should display the student details, together with the subject taken.

7) One student can only take one subject.

8) The program will display the details entered by the user correctly.

9) The user can choose to safely exit/terminate the program.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!