A teacher has created a Student class. The class contains the following.
An int variable called grade to represent the student’s grade level
A String variable called name to represent the student’s name
A double variable called average to represent the student’s grade point average
A method called updateAverage that updates the student’s average.
The object greg will be declared as type Student.
Which of the following descriptions is accurate?