This statement:
Grade for each student:
Name: Homer Simpson, Total Points: 407, Grade: 81.4, Letter Grade: B
Name: Bart Simpson, Total Points: 373, Grade: 74.6, Letter Grade: C
Name: Lisa Simpson, Total Points: 445, Grade: 89, Letter Grade: B
suggests that your Student class is going to have to have some additional methods too. What do you think that they should be, what should each method return (i.e., int, String, double,...), and what code should go in the methods?