+ 1

Do anyone help me to understand infinity loops????

31st Mar 2019, 3:49 AM
GANESH CHANDRA KHADANGA
GANESH CHANDRA KHADANGA - avatar
3 Answers
+ 12
Infinity loop it's the loop which never ends. 🔁🔃🔄 https://code.sololearn.com/c17NKDUI0z6P/?ref=app
31st Mar 2019, 4:20 AM
Janusz Bujak đŸ‡”đŸ‡± đŸ‡ș🇩
Janusz Bujak đŸ‡”đŸ‡± đŸ‡ș🇩 - avatar
+ 4
I love infinite loops. They are the easiest thing in the world to code. I have a tendency of making it one of my most frequently caused errors. :D :D
1st Apr 2019, 10:01 PM
Vasilis Karapas
Vasilis Karapas - avatar
+ 3
Infinite loops happen because of an error in the logic of the code. Usually it happens when the coder inadvertently forgets or fails to put a way for the condition in the loop to end.
31st Mar 2019, 5:34 AM
Lambda_Driver
Lambda_Driver - avatar