Question 11
Given the code fragment:
Which statement, when inserted at line n1, enables the code to print 0 2 4 6 8 10?
Question 12
Which package would you import to use the Random class?
Question 13
Given the code fragment:
What is the result?
Question 14
Given:
And the code fragment:
What is the result?
Question 15
What does import java.io* mean?
