For <code>int[][] a = {{1,2},{3,4}};</code>, <code>a[1][0]</code> is
- A
2
- Bcheck_circle
3
- C
1
- D
4
Explanation
Row 1 (second), col 0 (first) = 3.
AP Computer Science A· difficulty 2/5
For <code>int[][] a = {{1,2},{3,4}};</code>, <code>a[1][0]</code> is
2
3
1
4
Explanation
Row 1 (second), col 0 (first) = 3.
Want 10 more like this — adaptive to your weak spots?