What is difference between while and do-while loop? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
- 1

What is difference between while and do-while loop?

21st Feb 2017, 8:31 AM
Md. Shifullah
Md. Shifullah - avatar
1 Antwort
+ 1
(my statement) do-while loop must execute for 1 time but while is not. because do-while loop execute code then check conditions but while loop check condition first then execute code.
21st Feb 2017, 9:47 AM
Md. Shifullah
Md. Shifullah - avatar