+ 1
Outline the difference between a while and a do while loop ? Can you plz reply now guyz
Loops
2 Antworten
+ 1
A while loop tests a condition BEFORE code in it being executed, a do-while is executed at least one time and tests a condition AFTER code being executed.
+ 1
Thanx paolo