Solved

What Does the Following Statement Do

Question 2

Multiple Choice

What does the following statement do?
Double[] array1 = new double[10];


A) declares array1 to be a reference to an array of double values
B) will allow valid subscripts in the range of 0 through 9
C) creates an instance of an array of 10 double values
D) All of the above

Correct Answer:

verifed

Verified

Related Questions