The break statement causes an exit ___________
Answer options
A
from the program.
B
from the innermost loop
C
none of the options
D
from the innermost switch.
Correct answer: from the innermost loop, from the innermost switch.
Explanation
Correct answer: from the innermost loop; from the innermost switch..