Solved

What Does the Following Statement Do? Double[ ] Array1 =

Question 8

Multiple Choice

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


A) It declares array1 to be a reference to an array of double values.
B) It will allow valid subscripts in the range of 0 through 9.
C) It creates an instance of an array of ten double values.
D) It does all of these.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions