#while loop : The while loop checks whether the test expression is true or not. If it is true, code/s inside the body of while loop is executed, that is, ...
確定! 回上一頁