Break and Continue Fähigkeit

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.

TypTitel
no data