What Is True About Do Statement #134
What is true about do statement?
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.
What is true about do statement?
do statement executes the code of a loop at least once
do statement does not get execute if condition is not matched in the first iteration
do statement checks the condition at the beginning of the loop
do statement executes the code more than once always