The break statement causes an exit ___________
Answer options
A
from the innermost switch.
B
none of the options
C
from the program.
D
from the innermost loop
Correct answer: from the innermost switch., from the innermost loop
Explanation
Quick AnswerThe correct answer is from the innermost switch., from the innermost loop because it directly addresses the core logic of Java Programming.
Correct answer: from the innermost switch.; from the innermost loop.