Question: Write the constructor method for a Student class. The constructor will be passed the Students's name and gpa. The class contains the following instance data
Write the constructor method for a Student class. The constructor will be passed the Students's name and gpa. The class contains the following instance data which you may assume have already been defined as class level variables:
private String name; private String emailAddress; private int creditsCompleted; private int qualityPointsEarned; private double gpa;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
