Fill This Form To Receive Instant Help

Help in Homework
trustpilot ratings
google ratings


Homework answers / question archive / Design and implement a class called Course that represents a course taken at a school

Design and implement a class called Course that represents a course taken at a school

Computer Science

Design and implement a class called Course that represents a course taken at a school. A Course object should keep track of up to five students, as represented by the modified Student class. The constructor of the Course class should accept only the name of the course. Provide a method called addStudent that accepts one Student parameter (the Course object should keep track of how many valid students have been added to the course). Provide a method called average that computes and returns the average of all students' test score averages. Provide a method called role that prints all students in the course. Create a driver class (called TestCourse) with a main method that creates a course, adds several students, prints a roll, and prints the overall course test average. Your driver class should not prompt for the data, but either hard code it in the class, or read it from a file stored in the src directory.

Purchase A New Answer

Custom new solution created by our subject matter experts

GET A QUOTE

Related Questions