The break statement cannot be present for _____________ construct.
Answer options
A
do while
B
while
C
for
D
if
Correct answer: if
Explanation
Quick AnswerThe correct answer is if because it directly addresses the core logic of Java Programming.
Correct answer: if.