Java SE 8 Programmer 1Z0–808 Practice Full Test 1

© examsiri.com
Question : 7 of 84
 
Marks: +1, -0
Given the code fragment: int a[] = {1,2,3,4,5};
for (XXX) {
  System.out.print(a[e]);
}
Which option can replace xxx to enable the code to print 135 ?
Go to Question: