Question: Please follow java comventionfor method and variable names and include javadoc comments and code comments. I apologize but I had to include part 2 of
Please follow java comventionfor method and variable names and include javadoc comments and code comments. I apologize but I had to include part 2 of the question here otherwise someone else would have answered it too late/or provided a completely different solution. I promise to giev you thumbs up and good review if you provide good answer.
Implement a class Student. For the purpose of this exercise, a student has a name and a total quiz score. Supply an appropriate constructor and methods getName(), addQuiz(int score), getTotalScore(), and getAverageScore(). To compute the latter, you also need to store the number of quizzes that the student took.
2nd Java Class Code - ?Modify the Student class above to compute grade point averages. Methods are needed to add a grade and get the current GPA. Specify grades as elements of a class Grade. Supply a constructor that constructs a grade from a string, such as B+. You will also need a method that translates grades into their numeric values (for example, B+ becomes 3.3).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
