If what you’re asking is whether break
will only cause the innermost loop to exit - it will.
The for
loop within which you used the break
keyword*.
If what you’re asking is whether break
will only cause the innermost loop to exit - it will.
The for
loop within which you used the break
keyword*.