Single Choice
Easy
QOutput?
int[] a = {1, 2, 3};
for (int i = 0; i < a.length; i++) {
System.out.print(a[i] + " ");
}
ID: #24479
Array Introduction in Data Structure
32 views
Question Info
#24479Q ID
EasyDifficulty
Array Introduction in Data StructureTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
1 2 3
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic