Question: Write a program for keeping a course list for each student in a college. The information about each student should be kept in an object

Write a program for keeping a course list for each student in a college. The information about each student should be kept in an object that contains a students name, a students number, and a list of courses completed by the student. The courses taken by a student are stored as a structural-record in which each record contains the name of a course ( max. 5 courses ), the number of units ( varies for 0 to 4 ) for the course, and the course grade( possible grades are: F, C, B, and A ).

This program should have a menu with the following choices:

add a students record,

delete a students record,

modify a students record,

display the GPA of a student for the current semester (computed from the existing data),

and display a students record to the screen.

When this program is first run, data from disk should be loaded to initialize the linked list. After that, user can keep on going by choosing different options from the menu.

Make this program by using c++ language course name is DATA STRUCTURE AND PROGRAMMING.

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!