Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

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

Students also viewed these Databases questions