Arrayslists Worksheet 2
By Mickey Arnold
starstarstarstarstarstarstarstarstarstar
Last updated 10 months ago
12 Questions
1 point
1
Question 1
1.
What will be printed at LINE 1?
What will be printed at LINE 1?
1 point
1
Question 2
2.
What will be printed at LINE 2?
What will be printed at LINE 2?
1 point
1
Question 3
3.
What will be printed at LINE 3?
What will be printed at LINE 3?
1 point
1
Question 4
4.
What will be printed at LINE 4?
What will be printed at LINE 4?
1 point
1
Question 5
5.
What will be printed at LINE 5?
What will be printed at LINE 5?
1 point
1
Question 6
6.
What will be printed at LINE 6?
What will be printed at LINE 6?
1 point
1
Question 7
7.
What will be printed at LINE 7?
What will be printed at LINE 7?
1 point
1
Question 8
8.
What will be printed at LINE 8?
What will be printed at LINE 8?
1 point
1
Question 9
9.
//instantiate an ArrayList of Grade references
//instantiate an ArrayList of Grade references
1 point
1
Question 10
10.
//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 point
1
Question 11
11.
//write the code to print out each of the 8 Grades
//write the code to print out each of the 8 Grades
1 point
1
Question 12
12.
//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