What is while and do while loop tell me proper syntax | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is while and do while loop tell me proper syntax

10th Feb 2017, 10:07 PM
Akhil Ahlawat
Akhil Ahlawat - avatar
3 Answers
+ 4
code is very simple try writing console while loop and search google c# console while loop
11th Feb 2017, 12:08 AM
Samet Aydın
Samet Aydın - avatar
+ 3
Didn't you get to the lesson yet? while(i > 3) { //body } do { //body } while(x != 9);
10th Feb 2017, 10:10 PM
~Q~
~Q~ - avatar
+ 1
thNxDeo I read lesson but I get confused
10th Feb 2017, 10:11 PM
Akhil Ahlawat
Akhil Ahlawat - avatar