Multiple Choice
To access the number of columns in row i of a two-dimensional array named grades, we would use which of the following?:
A) grades.length
B) grades[ i ].length
C) grades( i ) .length
D) grades( i ) .size
E) grades{ i }.length
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q27: Simeon wants to keep track of his
Q28: The syntax for declaring a multidimensional array
Q29: The ArrayList class belongs to which package?<br>A)
Q30: Why is it a good idea to
Q31: Jessica wants to design a search engine
Q33: To process elements of a three-dimensional array,
Q34: To process all the elements of a
Q35: The ArrayList class uses generics.
Q36: Compare the function of the following two
Q37: How many empty sets of brackets are