For <code>int[] a = {10, 20, 30};</code>, <code>a[1]</code> is
- Acheck_circle
20
- B
Out of bounds
- C
10
- D
30
Explanation
Index 1 is the SECOND element (20).
AP Computer Science A· difficulty 2/5
For <code>int[] a = {10, 20, 30};</code>, <code>a[1]</code> is
20
Out of bounds
10
30
Explanation
Index 1 is the SECOND element (20).
Want 10 more like this — adaptive to your weak spots?