How to make a for loop as infinite | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to make a for loop as infinite

2nd Feb 2019, 5:20 PM
Goushik Arun
Goushik Arun - avatar
2 Answers
+ 4
Quickest way: for (;;) { ... }
2nd Feb 2019, 6:54 PM
HonFu
HonFu - avatar
+ 1
couldnt you do something like this? https://code.sololearn.com/cPS2Q0jiAYdt/?ref=app
2nd Feb 2019, 5:29 PM
Sirius
Sirius - avatar