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
Explanation
Quick AnswerThe correct answer is from the innermost loop because it directly addresses the core logic of Java Programming.
This question has been retained as-is due to its unique context.