[10, 1, 12, 4, 8]
Iterator of List : 10 1 12 4 8
move in the forward direction
10 1 12 4 8
move in the backward direction
8 4 12 1 10
iterate list using for loop
10 1 12 4 8
iterate list using for each loop
10 1 12 4 8
×

Report a Problem: