Multiple Choice
Given the following two-dimensional array declaration, which statement is true? int [][] numbers = new int [6] [9];
A) The array numbers has 6 columns and 9 rows
B) The array numbers has 6 rows and 9 columns
C) The array numbers has 15 rows
D) The array numbers has 54 rows
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: This indicates the number of elements, or
Q20: In order to do a binary search
Q21: What would be the results of the
Q22: The ArrayList class is in this package.<br>A)
Q26: If numbers is a two-dimensional int array
Q26: What do you call the number that
Q27: Given that String[] str has been initialized,
Q37: An ArrayList object automatically expands in size
Q61: The String [ ] args parameter in
Q63: When an array of objects is declared