Question: PP 7.3 Write a class called course that represents a course taken at a school. Represent each student using the modified Student class from

PP 7.3 Write a class called course that represents a course taken

PP 7.3 Write a class called course that represents a course taken at a school. Represent each student using the modified Student class from the previous programming project. Use an ArrayList in the course to store the students taking that course. The constructor of the course class should accept only the name of the course. Provide a method called addStudent that accepts one student parameter. Provide a method called average that computes and returns the average of all students' test score averages. Provide a method called 2011 that prints all students in the course. Create a driver class with a main method that creates a course, adds several students, prints a roll, and prints the overall course test average.

Step by Step Solution

3.50 Rating (157 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Java Software Solutions Questions!