Question: Use java program to code this question (30 marks) Write a class called Course that represents a course taken at a school. Represent each student

Use java program Use java program to code this question (30 marks) Write a classto code this question

(30 marks) Write a class called Course that represents a course taken at a school. Represent each student using the modified Student class from the previous question. (a) Use an ArrayList in the Course to store the students taking that course. (b) The constructor of the Course class should accept only the name of the course. (c) Provide a method called addStudent that accepts one Student parameter. (d) Provide a method called average that computes and returns the average of all students test score averages. (e) Provide a method called roll that prints all students in the course. (f) 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. (30 marks) Write a class called Course that represents a course taken at a school. Represent each student using the modified Student class from the previous question. (a) Use an ArrayList in the Course to store the students taking that course. (b) The constructor of the Course class should accept only the name of the course. (c) Provide a method called addStudent that accepts one Student parameter. (d) Provide a method called average that computes and returns the average of all students test score averages. (e) Provide a method called roll that prints all students in the course. (f) 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

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 Databases Questions!