The while loop checks the conditional statement and notices that i is, in fact, less than or equal to 10, so it executes the code between the do and done ...
確定! 回上一頁