Question Detail
Question
According to the document, when is the
break statement most appropriate to use?
Correct Answer
Option B is the correct answer.
Detailed Explanation
Slide 10, 'When to use Break?', states: 'Use when the exit condition depends on something unpredictable, like user input or a complex check inside.'
Hint
Distinguish between 'Normal Condition' and 'Break Statement' use cases.