Solved

What Do the Following Statements Do? Double[] Array;

Question 9

Multiple Choice

What do the following statements do? double[] array;
Array = new double[ 14 ];


A) Create a double array containing 13 elements.
B) Create a double array containing 14 elements.
C) Create a double array containing 15 elements.
D) Declare but do not create a double array.

Correct Answer:

verifed

Verified

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

Related Questions