Solved

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

Question 11

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) Creates an instance of an array of 10 double values
C) Will allow valid subscripts in the range of 0 - 9
D) All of the above

Correct Answer:

verifed

Verified

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

Related Questions