- A 2
- B 5
- C 7
- D 8
Array in java Array Introduction in Data Structure
⚠ Report ✓ Question Verified Copy Link
int[] a = {1, 2, 3}; a[1] = a[1] + 5; System.out.println(a[1]);
Learn More MCQ Questions from Array in java Array Introduction in Data Structure