DRAFT
LoopTerminatingCondition
Incorrect
For and while loops end when the condition becomes true
Correct
For and while loops end when the condition becomes false
Language
Java
For and while loops end when the condition becomes true
For and while loops end when the condition becomes false
Follow us on twitter to hear about new misconceptions.