Break and Continue 기술

The 'break' statement is used to exit the loop prematurely, while the 'continue' statement is used to skip the rest of the current iteration and continue with the next iteration.

유형제목
no data