Provide a declaration for i that turns this loop into infinite loop: while( i != i + 0){ }
Reveal answer
Fill a bubble to check yourself
Provide a declaration for i that turns this loop into infinite loop: while( i != i + 0){ }