Break and continue are 2 statements that are very common in programming languages. Break is used to jump out of a loop skipping the code below it and continue skips the remaining statements in the body of the loop and performs the next iteration of the loop.
Idea business value
Easier coding |
|
Idea priority | 3 – Some use to my company |