Question: Create a Student class, that has the following: Data Attributes: - name - creditHours - qualityPoints - gpa Methods: - initializer method, which initializes the
Create a Student class, that has the following: Data Attributes: - name - creditHours - qualityPoints - gpa
Methods: - initializer method, which initializes the following data only: name, creditHours, qualityPoints - get methods for name, creditHours, qualityPoints, and gpa - set method for gpa (the GPA is equal to the qualityPoints/creditHours)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
