The statement________ assigns an array of three columns and five rows to the two- dimensional int array variable myArray.

```
a) myArray = new int[ 5 ][ 3 ];
b) myArray = new int[ 4 ][ 2 ];
c) myArray = new int[ 3 ][ 5 ];
d) myArray = new int[ 2 ][ 4 ];
```


a) myArray = new int[ 5 ][ 3 ];

Computer Science & Information Technology

You might also like to view...

MC Connectionless transmission bundles and sends information in packets, called_________ .

a) root element’s children. b) root element node. c) file. d) None of the above.

Computer Science & Information Technology

Create a programmer defined data type called rainbow_t with the values red, orange, yellow, green, blue, indigo, and violet.

What will be an ideal response?

Computer Science & Information Technology

HTML and XHTML are ____ markup languages.

A. differential B. baseline C. tagged D. static

Computer Science & Information Technology

The function ____ returns the natural logarithm of its argument.

A. double exp(double) B. double log(double) C. double log10(double) D. double fmod(double)

Computer Science & Information Technology