MCQ Single Best Answer Easy

QOutput?

int[] a = {1, 2, 3};
a[1] = a[1] + 5;
System.out.println(a[1]);

ID: #24488 Array Introduction in Data Structure 20 views
Question Info
#24488Q ID
EasyDifficulty
Array Introduction in Data StructureTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A 2
  • B 5
  • C 7
  • D 8
Correct Answer: Option D

Explanation

Answer: d) 7

Share This Question

Challenge a friend or share with your study group.