I understand that new for each loop works with Iterable and arrays, but I don\'t know what goes behind the scenes when working with arrays.
Can anyone help me under
this is equivalent to:
for(int x = 0; x < number.length; x++) { int i = number[x]; }