0
Guys why it is causing error ?
Im tried do a while loop using the do,and it is not working https://code.sololearn.com/wwObtSmAyeoe/?ref=app
2 Answers
+ 3
Looking for this?
https://code.sololearn.com/w72k1yaJHFc1/?ref=app
0
đ¶đđĄ đ¶đąđĄđ đ
Wrong syntax.
In do while loop, while () just use to check condition. Everything goes to do { }