A do .. while loop is just like a while loop except the looping condition is checked at the end of the loop body. This is known as an exit-condition loop ...
確定! 回上一頁