Question: 10.11 zyLab: Find Highest Student Given a class called student and a class called course that contains an ArrayList of Student. Write a method called

 10.11 zyLab: Find Highest Student Given a class called student anda class called course that contains an ArrayList of Student. Write a

10.11 zyLab: Find Highest Student 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 LAB ACTIVITY 10.11.1: zyLab: Find Highest Student 0/2 Current file: Course.java Load default template... 1 import java.util.*; 2 import java.io.; 858 4 A list of students in a course 6 public class Courset **collection of Students private ArrayList roster; 10 12 Constructor for obiects of class Course 13 14 Public Course) 15 16 17 rosternew ArrayListO; 19 return Student with highest GPA 21 public Student findHighestStudent () 23 Your code goes here

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!