Break and continue allow you to disrupt the regular flow of a loop by either aborting the loop altogether or just aborting the current pass through the loop. The use of these can greatly affect the readability of your code and there is some debate about when they should be used. After explaining what they do, I use examples to show you the tradeoffs you make when you use them.
#cprogramming #codinginc #breakstatement #continuestatement
Let me know what you think!
@wizardcraftcode