do { // body of a loop } while (condition);. Each iteration of the do-while loop first executes the body of the loop and then evaluates the conditional ...
確定! 回上一頁