- 2
How does it assigns the values in order ?
I mean in this "for each " loop , how the variable t can access the array orderly , without conditions..
1 Answer
0
because for each loop works for EACH element of array. Its just designed like that...
I mean in this "for each " loop , how the variable t can access the array orderly , without conditions..