Which of the following loops will execute the body of loop even when condition controlling the loop is initially false?
Answer options
A
do-while
B
for
C
while
Correct answer: do-while
Explanation
Quick AnswerThe correct answer is do-while because it directly addresses the core logic of Java Programming.
Correct answer: do-while.