condition
The condition for the do-while loop. After the first execution of the body, the loop continues as long as this condition evaluates to true.
The condition for the do-while loop. After the first execution of the body, the loop continues as long as this condition evaluates to true.