The do while loop is similar to the while loop with an important difference: the do while loop performs a test after each execution of the loop body.
確定! 回上一頁