Multiple Choice
Which of the following loops will execute the body of loop even when condition controlling the loop is initially false?
A) do-while
B) while
C) for
D) None of the mentioned
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: Which is a valid float literal?<br>A)1.23<br>B)2<br>C)1.23d<br>D)1.23f
Q3: What is the value of the expression
Q4: Which one of the following is a
Q5: Which of these is necessary condition for
Q6: The keyword used to create a constant
Q8: Java source files are compiled and converted
Q9: JVM is _for bytecode.<br>A)a compiler<br>B)an interpreter<br>C)assembler<br>D)none of
Q10: Which one of the following is a
Q11: What is the numerical range of a
Q12: Which of these coding types is used