Question: Write a C++ program for the question suppose you have been assigned the task of computerizing a college database. To do this, you decide to

Write a C++ program for the question suppose you have been assigned the task of computerizing a college database. To do this, you decide to first design a class capable of store the following private student information.

Name (string)

Student ID (integer)

Grade Point Average (float)

Number of Classes (integer)

In addition your class definition must include a constructor, a single set class (member) function that assigns values to each of the four class variables based on values provided as arguments to the class function, and four separate get class (member) functions that return each of the four class variables values, and a third class (member) function that prints all four class variable values simultaneously. Provide a client program that tests your database.

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!