- 3
While loop
The do...while Loop Fill in the blanks to print x variable's values 10 times. int x = 0; do { cout << x << endl; x++; } while (x < ??????????????);
1 Odpowiedź
0
See how loops working and put some random values and do try run you will get answers easily