do -while loop is post-tested loop. The do-while loop is very similar to the while loop except that the condition is checked at the end of the loop body.
確定! 回上一頁