Trusted by Students Everywhere
Why Choose Us?
0% AI Guarantee

Human-written only.

24/7 Support

Anytime, anywhere.

Plagiarism Free

100% Original.

Expert Tutors

Masters & PhDs.

100% Confidential

Your privacy matters.

On-Time Delivery

Never miss a deadline.

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

Computer Science Feb 27, 2023

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.

Expert Solution

For detailed step-by-step solution, place custom order now.
Need this Answer?

This solution is not in the archive yet. Hire an expert to solve it for you.

Get a Quote
Secure Payment