The _________ statement assigns an array of three columns and five rows to two- dimensional int array intArray.
a) intArray = new int[ 5, 3 ];
b) intArray = new int[ 4, 2 ];
c) intArray = new int[ 4, 3 ];
d) intArray = new int[ 5, 2 ];
Answer: A
Computer Science & Information Technology
You might also like to view...
LEFT is an example of a positional argument
Indicate whether the statement is true or false
Computer Science & Information Technology
?Browsers ignore any values specified for the left or top properties under _____ positioning.
A. ?absolute B. ?static C. ?elastic D. ?inherited
Computer Science & Information Technology