Multiple Choice
To access the element at row i and column j of a two-dimensional array named grades, we would use which of the following?
A) grades
B) grades[ i ][ j ]
C) grades[ j ][ i ]
D) grades( i ) ( j )
E) grades( j ) ( i )
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q38: Use add( E element ) in the
Q40: Theorize why the following code would generate
Q41: The _ enables looping through an ArrayList
Q42: A two-dimensional array is an array of
Q43: _ arrays allow us to represent data
Q44: An ArrayList is not expandable.