Question #689

Which keyword will stop the execution of a loop?

When place inside a loop, break will make the loop stop whilst continue will stop the current loop iteration and jump to the next one. (medium.com/better-programming/what-are-break-continue-and...)


Comment on Disqus:

Comment on Twitter:

Question difficulty: 🔵🔵🔵🔵🔵


Similar questions: