What is the difference between while loop and do while loop. I used to think both are completely same.Then I came across following piece of code:
do {
do while in an exit control loop. while is an entry control loop.