+ 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
1 Odpowiedź
+ 2
oh... thanks for help...
int a=0,b=0,c=0; while(a<1,b<2,c<3) { a++; b++; c++; } // i am kind of confused about it