G S

G

getGrade() - Method in class Student
Returns the student's raw grade.
getLetterGrade() - Method in class Student
Returns the student's letter grade.
getName() - Method in class Student
Returns the student's name.

S

Student - Class in <Unnamed>
 
Student(String, int) - Constructor for class Student
Creates a student with the given name and raw grade.
Student() - Constructor for class Student
Creates a student with name "Jane Doe" and grade 0.

G S