<code>break</code> inside a loop
- A
Throws exception
- B
Goes to top of loop
- Ccheck_circle
Exits the (innermost) loop entirely
- D
Skips to next iteration
Explanation
<code>break</code> exits the immediately enclosing loop.
AP Computer Science A· difficulty 3/5
<code>break</code> inside a loop
Throws exception
Goes to top of loop
Exits the (innermost) loop entirely
Skips to next iteration
Explanation
<code>break</code> exits the immediately enclosing loop.
Want 10 more like this — adaptive to your weak spots?