Break and Continue Skill

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.

TypeTitle
no data