Question Detail
Question
When is the
break statement most appropriately used, according to the 'When to use Break?' slide?
Correct Answer
Option B is the correct answer.
Detailed Explanation
The 'Break Statement' section on page 10 states it's used 'when the exit condition depends on something unpredictable, like user input or a complex check inside.' This contrasts with 'Normal Condition' where the end is known.
Hint
Consider the difference between 'Normal Condition' and 'Break Statement' usage on page 10.