+ 1
Do anyone help me to understand infinity loops????
3 Answers
+ 12
Infinity loop it's the loop which never ends. đđđ
https://code.sololearn.com/c17NKDUI0z6P/?ref=app
+ 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
+ 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.