When break statement is encountered the execution comes out of the loop. In case of continue the execution returns to the starting of the loop skipping the rest ...
確定! 回上一頁