Vidyalelo
Java Programming · Q78

Operators

Programming · Java Programming · question 78

Q78

Which of the following loops will execute the body of loop even when condition controlling the loop is initially false?

A.
do-while
Answer
B.
while
C.
for
D.
none of the mentioned

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board