Question: Write a C++ Program using one or more classes. The classes can have functions but outside of that we can only have one main function.

Write a C++ Program using one or more classes. The classes can have functions but outside of that we can only have one main function. All the variables have to be local. As well, the classes created can not be public data members. The program keeps track of performance. The user is asked to input number of students in class. Each student has 5 classes. For every student a name (first and last), grades (gradepoint) and hours for the 5 courses. Finally, the program calculates and displays the students GPA.

This is the formula for GPA: Gpa = ((gradePoints*hours))/(hours)

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!