<code>while (true) { ... break; ... }</code> is
- Acheck_circle
Loops until break is reached
- B
Runs once
- C
Always infinite
- D
Compile error
Explanation
Common pattern: break exits eventually.
AP Computer Science A· difficulty 3/5
<code>while (true) { ... break; ... }</code> is
Loops until break is reached
Runs once
Always infinite
Compile error
Explanation
Common pattern: break exits eventually.
Want 10 more like this — adaptive to your weak spots?