Which Of The Following Loops Will Execute The Body Of Loop Even #123
Which of the following loops will execute the body of loop even when condition controlling the loop is initially false?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Operators Control Statements - Java Control Statements - Quiz No.1.
Which of the following loops will execute the body of loop even when condition controlling the loop is initially false?
do-while
while
for
none of the mentioned