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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started