Question: Implement a class called Student. Each student has a name, count of number of quizzes taken, and a total quiz score. Supply a constructor and
Implement a class called Student. Each student has a name, count of number of quizzes taken, and a total quiz score. Supply a constructor and the following methods: getName() addQuiz(int score) getTotalScore() getAverageScore() Test your Student class in main method and write a separate Main class that utilizes Student class. Submit .java and .class files to Canvas. Additional Comments Additional Comments
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
