do { // Statements }while(Boolean_expression);. Notice that the Boolean expression appears at the end of the loop, so the statements in the loop execute once ...
確定! 回上一頁