Break/Continue 기술

The break statement is used to exit a loop prematurely, while the continue statement skips the rest of the current iteration and proceeds to the next.

유형제목
no data