How this kind of loop works... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answer
+ 2
oh... thanks for help...
13th May 2019, 5:16 AM
Sp Maurya
Sp Maurya - avatar