Computer Science, asked by naimahaji31, 11 days ago

What is purpose of using break and continue ?

Answers

Answered by plabonkumar055
2

Answer:

The break and continue statements are the jump statements that are used to skip some statements inside the loop or terminate the loop immediately without checking the test expression.

Similar questions