While loop | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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 < ??????????????);

24th Jul 2021, 8:46 PM
Teodora Dobreva
Teodora Dobreva - avatar
1 Answer
0
See how loops working and put some random values and do try run you will get answers easily
25th Jul 2021, 7:58 AM
A S Raghuvanshi
A S Raghuvanshi - avatar