How this kind of loop works... | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

How this kind of loop works...

int a=0,b=0,c=0; while(a<1,b<2,c<3) { a++; b++; c++; } // i am kind of confused about it

13th May 2019, 4:53 AM
Sp Maurya
Sp Maurya - avatar
1 Respuesta
+ 2
oh... thanks for help...
13th May 2019, 5:16 AM
Sp Maurya
Sp Maurya - avatar