Do While Loop The statements inside the block will always be repeated as long as the condition is true. The do-while loop is appropriate when the loop body must be executed at least once.