AP Computer Science Aeasymcq1 pt

The expression grid[r][c] accesses

A.the element in row r, column c
B.the element in row c, column r
C.row r as an array
D.column c as an array

Explanation

Core Concept

The row index precedes the column.

Correct Answer

Athe element in row r, column c

More Unit 8: 2D Array practice questions

Try a random question →

Practice more AP Computer Science A questions with full explanations

Practice Unit 8: 2D Array Questions →