Question: Help Fix Errors please and Thank you! Program errors displayed here CourseGradebook.java: 3 8 : error: cannot find symbol public ArrayList getSortedAssignmentNames ( ) {
Help Fix Errors please and Thank you!
Program errors displayed here
CourseGradebook.java:: error: cannot find symbol
public ArrayList getSortedAssignmentNames
symbol: class ArrayList
location: class CourseGradebook
CourseGradebook.java:: error: cannot find symbol
public ArrayList getSortedStudentIDs
symbol: class ArrayList
location: class CourseGradebook
CourseGradebook.java:: error: CourseGradebook is not abstract and does not override abstract method getStudentScoresInteger in Gradebook
public class CourseGradebook extends Gradebook
CourseGradebook.java:: error: cannot find symbol
for GradebookEntry entry : gradebookEntries
symbol: variable gradebookEntries
location: class CourseGradebook
CourseGradebook.java:: error: cannot find symbol
for GradebookEntry entry : gradebookEntries
symbol: class GradebookEntry
location: class CourseGradebook
CourseGradebook.java:: error: cannot find symbol
HashSet assignmentNamesSet new HashSet;
symbol: class HashSet
location: class CourseGradebook
CourseGradebook.java:: error: cannot find symbol
HashSet assignmentNamesSet new HashSet;
symbol: class HashSet
location: class CourseGradebook
CourseGradebook.java:: error: cannot find symbol
for GradebookEntry entry : gradebookEntries
symbol: variable gradebookEntries
location: class CourseGradebook
CourseGradebook.java:: error: cannot find symbol
for GradebookEntry entry : gradebookEntries
symbol: class GradebookEntry
location: class CourseGradebook
CourseGradebook.java:: error: cannot find symbol
ArrayList sortedAssignmentNames new ArrayListassignmentNamesSet;
symbol: class ArrayList
location: class CourseGradebook
CourseGradebook.java:: error: cannot find symbol
ArrayList sortedAssignmentNames new ArrayListassignmentNamesSet;
symbol: class ArrayList
location: class CourseGradebook
CourseGradebook.java:: error: cannot find symbol
Collections.sortsortedAssignmentNames;
symbol: variable Collections
location: class CourseGradebook
CourseGradebook.java:: error: cannot find symbol
HashSet studentIDsSet new HashSet;
symbol: class HashSet
location: class CourseGradebook
CourseGradebook.java:: error: cannot find symbol
HashSet studentIDsSet new HashSet;
symbol: class HashSet
location: class CourseGradebook
CourseGradebook.java:: error: cannot find symbol
for GradebookEntry entry : gradebookEntries
symbol: variable gradebookEntries
location: class CourseGradebook
CourseGradebook.java:: error: cannot find symbol
for GradebookEntry entry : gradebookEntries
symbol: class GradebookEntry
location: class CourseGradebook
CourseGradebook.java:: error: cannot find symbol
ArrayList sortedStudentIDs new ArrayListstudentIDsSet;
symbol: class ArrayList
location: class CourseGradebook
CourseGradebook.java:: error: cannot find symbol
ArrayList sortedStudentIDs new ArrayListstudentIDsSet;
symbol: class ArrayList
location: class CourseGradebook
CourseGradebook.java:: error: cannot find symbol
Collections.sortsortedStudentIDs;
symbol: variable Collections
location: class CourseGradebook
CourseGradebook.java:: error: cannot find symbol
for GradebookEntry entry : gradebookEntries
symbol: variable gradebookEntries
location: class CourseGradebook
CourseGradebook.java:: error: cannot find symbol
for GradebookEntry entry : gradebookEntries
symbol: class GradebookEntry
location: class CourseGradebook
errors
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
