Many of us don't find the difference between the While and Do While loop. The main difference is Do While loop executes the content of the loop once before checking the condition of the While.
On the other hand, a While loop checks the condition before executing the content. Hope the below code will give you a better understanding.
Thank you
On the other hand, a While loop checks the condition before executing the content. Hope the below code will give you a better understanding.
No comments:
Post a Comment