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.

b. Create a double array containing 14 elements.

Computer Science & Information Technology

You might also like to view...

When a compressed file is extracted, there is some loss of visual quality

Indicate whether the statement is true or false

Computer Science & Information Technology

In the figure above, the red, green, and blue values are stored as ____ numbers.

A. high-fidelity B. technicolor C. binary D. bitmap

Computer Science & Information Technology