The break statement is used to exit the loop irrespective of whether the condition is true or false. Whenever a 'break' is encountered inside the loop, the ...
確定! 回上一頁