Computer Science, asked by Jaan1640, 11 months ago

which of the following statement stops the execution of loop with example​

Answers

Answered by debadrita234
2

Answer:

mainly break statement stops the execution of loop... but the continue statement can be used with condition to stop the execution of current loop and start the execution of the next loop

Answered by albinlouis15
4

Answer:

break

Explanation:

Similar questions