For <code>int[][] m = new int[3][4];</code>, <code>m[2].length</code> is
- A
3
- Bcheck_circle
4
- C
12
- D
Compile error
Explanation
Each row is a length-4 array.
AP Computer Science A· difficulty 3/5
For <code>int[][] m = new int[3][4];</code>, <code>m[2].length</code> is
3
4
12
Compile error
Explanation
Each row is a length-4 array.
Want 10 more like this — adaptive to your weak spots?