Question: #1) Given a class called Student and a class called Course that contains an ArrayList of Student. Write a method called findHighestStudent() as described below.
#1) Given a class called Student and a class called Course that contains an ArrayList of Student. Write a method called findHighestStudent() as described below. Refer to Student.java below to learn what methods are available.
class is and top is (import java.text.*;)
#2) Given a class called Student and a class called Course that contains an ArrayList of Student. Write a method called getDeansList()as described below. Refer to Student.java below to learn what methods are available.
Test class is

#3)Given a class called Student and a class called Course that contains an ArrayList of Student. Write a method called dropStudent() as described below. Refer to Student.java below to learn what methods are available.

Test class: 

Current file: Course.java Load default template... 1 import java.util.*; 2 import java.io.*; 4A list of students in a course 6 public class Coursef 7 *collection of Students * private ArrayList
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
