Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Principles Programming And Performance

Authors: Patrick O'Neil, Elizabeth O'Neil

2nd Edition

1558605800, 978-1558605800

More Books

Students also viewed these Databases questions

Question

Why is the System Build Process an iterative process?

Answered: 1 week ago