The break keyword allows us to exit a loop at any point, so any code after a break will not be executed. Note that break will not exit the program, but only ...
確定! 回上一頁