Question: Repeat Exercise E8.9 , using multiple classes. Provide a GradeBook class that collects objects of type Student. Data from Exercise E8.9 Modify the application
Repeat Exercise ••• E8.9 , using multiple classes. Provide a GradeBook class that collects objects of type Student.
Data from Exercise E8.9
Modify the application of How To 7.1 so that it can deal with multiple students.
First, ask the user for all student names. Then read in the scores for all quizzes, prompting for the score of each student. Finally, print the names of all students and their final scores. Use a single class and only static methods.
•••
Step by Step Solution
3.42 Rating (158 Votes )
There are 3 Steps involved in it
To solve this problem using multiple classes you should create two classes Student and GradeBook Here is how these classes might be defined in Java Ja... View full answer
Get step-by-step solutions from verified subject matter experts
