Multiple Choice
If numbers is a two-dimensional array, which of the following would give the length of row r?
A) numbers.length
B) numbers.length[r]
C) numbers[r].length[r]
D) numbers[r].length
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: Once an array is created, its size
Q22: Declaring an array reference variable does not
Q44: What will be the results of the
Q45: A search algorithm:<br>A) is a way to
Q46: You can use this ArrayList class method
Q50: The following statement creates an ArrayList object.
Q51: You can use this ArrayList class method
Q52: What will be the result of executing
Q53: What do you normally use with a
Q54: Which of the statements are true about