The break statement causes an exit

1.9 The break statement causes an exit
A) only from the innermost loop
B) only from the outermost loop
C) from all loops and switches
D) from the innermost loop and switch


Leave a Reply