Question: Using C++ conduct the following Create a class Student that has name, id, registered courses and tuition fees rate per course. Initialize the data values

Using C++ conduct the following

Create a class Student that has name, id, registered courses and tuition fees rate per course. Initialize the data values in the default constructor. Create another constructor that assign the values to name, id, registered courses and tuition fees rate per course of the object Create function that read the data values of the class variables from user. Create a function that display the data of an object. Create a function that calculates and return the amount of total tuition fee paid which is registered course times tuition fee rate per course. Create two objects of class Student and print out the data of the student who has paid more tuition.

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!