C-18-Q084mediumsingle_mcq
The break statement in this program causes the loop to exit when:
The break statement in this program causes the loop to exit when:
- a
iequals 0 - b
iequals 5 - c
iequals 10 - dThe loop is empty
The break statement in this program causes the loop to exit when:
i equals 0i equals 5i equals 10