We should be always careful while working with loops. It is because if we mistakenly set the test expression in such a way that it is never false, the while and do...while loop will run forever. This is called infinite while and do...while loop. For example,
Let's take another example,
The infinite do...while loop works in a similar way as while loop.