Question: Create Java programs for the following activities. Practice Exercise: PE8.7 Student 1. Implement a class Student 2. For this exercise, a Student has a name,
Create Java programs for the following activities.

Practice Exercise: PE8.7 Student 1. Implement a class Student 2. For this exercise, a Student has a name, a total quiz score, and the number of quizzes taken 3. Supply an appropriate constructor that receives and initializes a name 4. Create methods getName(), addQuiz(int score), getTotalScore(), and getAverage Score() 5. Create a Demo program that creates a Student object 6. Call the addQuiz method 2 or more times 7. Then call the getName, getTotalScore and getAverage Score methods, displaying the results
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
