answersLogoWhite

0

A do-while loop is only useful when you want the loop to execute at least once. This is because the conditional expression is evaluated at the end of each iteration, rather than before each each iteration as it is in a for and a while loop.

User Avatar

Wiki User

12y ago

What else can I help you with?