How to use loops? Like do while and while | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to use loops? Like do while and while

8th Feb 2020, 7:03 AM
Qwerty
Qwerty - avatar
4 Answers
+ 6
This might might help while loop: while (condition) { } do while loop: do { } while (condition); tell me if something is missing or correct me if i'm wrong
8th Feb 2020, 7:06 AM
Sheepeto
Sheepeto - avatar
+ 3
Start by using the "Try it yourself" codes, modify a bit here and there and try to run the code. Observe what changes came with each edits you made to the example. This is how I got through it, hope it works for you too 👍
8th Feb 2020, 7:19 AM
Ipang
0
Im a beginner in using loops, it's complicated for me to write a code
8th Feb 2020, 7:08 AM
Qwerty
Qwerty - avatar