Question: Write code in python and using classes.. Exercise 3: (Submit your solution by Saturday 24/3/2018 @23:55) Implement a class Student, where a student has a
Exercise 3: (Submit your solution by Saturday 24/3/2018 @23:55) Implement a class Student, where a student has a name and a total quiz score. Supply an appropriate constructor and methods getName0. addQuiz(score), getTotalScore), and getAverageScore). To compute the latter, you also need to store the number of quizzes that the student took
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
