As you can see in the syntax description, the statements execute before the conditional expression is evaluated. Unlike the simpler while statement, the statements in a do/while statement
always execute at least once, before the conditional expression is evaluated the first time.