Breaking of while loop ... break is used to come out of the loop whenever we want. Whenever a loop encounters 'break', it just stops there and executes the rest ...
確定! 回上一頁