...

/

Practice Challenges for Fun

Practice Challenges for Fun

This lesson contains challenges that will let you practice what we learned in this chapter.

Quiz 1

Attempt the following quiz questions:

1

Which of the following Java statements will declare and allocate an array capable of containing at most 20 integers?

A)
int[] numbers = new int[20];
B)
int[] numbers = new int(20);
C)
int[] numbers = new int[19];
D)
int[] numbers = new int(19);
Question 1 of 40 attempted

Quiz 2

Attempt the following quiz ...

Access this course and 1400+ top-rated courses and projects.