Loop | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Loop

Is do while and while are same. I couldn't make difference in those

26th Sep 2019, 12:15 PM
Z4N
Z4N - avatar
1 Answer
+ 3
The only difference is that a "do while" loop will ALWAYS execute at least once even if the condition tested is false
26th Sep 2019, 12:19 PM
Dlite
Dlite - avatar