Hello Everyone!
In this video, I write do while loop in Java. I print numbers by incrementing by using the do-while loop. The difference between the while and do while loop is that the do while loop prints a given statement at least 1 time the weather condition is false. While in the the while loop if condition is false it does not print something.