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 ];
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.
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?
HTML and XHTML are ____ markup languages.
A. differential B. baseline C. tagged D. static
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)