+ 1

How to make a for loop as infinite

2nd Feb 2019, 5:20 PM
Goushik Arun
Goushik Arun - avatar
2 Antworten
+ 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