The while loop repeats one or more commands while a particular condition is true. The loop has the form: while condition do commands done
確定! 回上一頁