CS49J

Remember not to create packages. Use the default package

9A

You are given a Student class. (Copy it into Eclipse) A Student has a name and an ArrayList of grades (Doubles) as instance variables.

Write a class named Classroom which manages Student objects.

You will provide the following:

Provide Javadoc

Codecheck URL

9B

Write the class Staff. It contains methods that manipulate an ArrayList of Strings representing the names of staff members. The constructor takes an ArrayList of String names as a parameter. In addition to the constructor, you need to implement the following methods

The methods

Codecheck URL