Break and Continue
These assertions are utilized to modify the stream or typical working of a circle, which could be either a "for loop" or "while loop". Break implies control and proceeds with implies continuing after a hinder
Break - This assertion modifies the typical usefulness of the circles by ending or leaving the circle containing it. The compiler then, at that point, continues to the code that is put after the body of the circle.
Continue - This assertion simply leaves the pack of code composed after it inside the circle. The control of the program is then moved to the assertion composed after the circle.

0 Comments