Implement a class student for the purpose of this exercise


Question- Implement a class Student. For the purpose of this exercise, a student has a name and a total quiz score. Supply a suitable constructor and methods getName( ), addQuiz(int score), getTotalScore( ), and getAverageScore ( ).

To evaluate the latter, you also need to store the number of quizzes that the student took.

Supply a studentTester class that tests all methods.

You have to prepare suitable constructor and methods and implement in this class.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Implement a class student for the purpose of this exercise
Reference No:- TGS0966334

Expected delivery within 24 Hours