Which of the following correctly declares and allocates an array of double values?

a) double A[15];
b) double() A = new double[15];
c) double[] A = new double[25];
d) All of the above.

c) double[] A = new double[25];

Computer Science & Information Technology

You might also like to view...

The Calculator program window includes the Maximize button and scroll bars

Indicate whether the statement is true or false

Computer Science & Information Technology

The normal page margins are 0.5 inches top, bottom, left, and right

Indicate whether the statement is true or false

Computer Science & Information Technology