0
Why does my code print this certain order of numbers?
3 Respuestas
+ 2
Sorry, i mean like: The loop will grab the next element in the array. (next itteration)
+ 1
This is a nested loop.
The 2nd loop must finish in order for the 1st one to move to the next itteration
0
what is the itteration?