Question 11
Given:
What must be added in line 1 to compile this class?
Question 12
Given:
What is the result?
A)
B)
C)
D)
Question 13
var numbers = List.of(0,1,2,3,4,5,6,7,8,9);
You want to calculate the average of numbers. Which two codes will accomplish this? (Choose two.)
Question 14
Given:
and:
Which code, when inserted on line 10, prints the number of unique localities from the roster list?
Question 15
Given:
Which statement is equivalent to line 1?


