which of the following statement stops the execution of loop with example
Answers
Answered by
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
4
Answer:
break
Explanation:
Similar questions