Arrayslists Worksheet 2
star
star
star
star
star
Last updated over 1 year ago
12 questions

1
What will be printed at LINE 1?
What will be printed at LINE 1?
1
What will be printed at LINE 2?
What will be printed at LINE 2?
1
What will be printed at LINE 3?
What will be printed at LINE 3?
1
What will be printed at LINE 4?
What will be printed at LINE 4?
1
What will be printed at LINE 5?
What will be printed at LINE 5?
1
What will be printed at LINE 6?
What will be printed at LINE 6?
1
What will be printed at LINE 7?
What will be printed at LINE 7?
1
What will be printed at LINE 8?
What will be printed at LINE 8?

1
//instantiate an ArrayList of Grade references
//instantiate an ArrayList of Grade references
1
//write the code to load in 8 Grade references – use a for loop
//write the code to load in 8 Grade references – use a for loop
1
//write the code to print out each of the 8 Grades
//write the code to print out each of the 8 Grades
1
//write the code to print out each of the 8 Grades as a letter
//write the code to print out each of the 8 Grades as a letter