0

Why does my code print this certain order of numbers?

https://code.sololearn.com/cVNL56nn1f9o/?ref=app

24th Jul 2017, 10:08 PM
Whitehat
Whitehat - avatar
3 Respuestas
+ 2
Sorry, i mean like: The loop will grab the next element in the array. (next itteration)
24th Jul 2017, 10:46 PM
Rrestoring faith
Rrestoring faith - avatar
+ 1
This is a nested loop. The 2nd loop must finish in order for the 1st one to move to the next itteration
24th Jul 2017, 10:15 PM
Rrestoring faith
Rrestoring faith - avatar
0
what is the itteration?
24th Jul 2017, 10:17 PM
Whitehat
Whitehat - avatar