What do the following statements do?
```
double[] array;
array = new double[14];
```
a) Creates a double array containing 13 elements.
b) Creates a double array containing 14 elements.
c) Creates a double array containing 15 elements.
d) Declares but does not create a double array.
b) Creates a double array containing 14 elements.
Computer Science & Information Technology
You might also like to view...
A ________ displays a subset of records based on specified criteria
A) form B) table C) primary key D) filter
Computer Science & Information Technology
In Visual Basic, a(n) ________, such as labels, text boxes, and buttons, adds specific functionality to a form
Fill in the blank(s) with correct word
Computer Science & Information Technology