Q65
What is true about do statement?
A.
do statement executes the code of a loop at least once
AnswerB.
do statement does not get execute if condition is not matched in the first iteration
C.
do statement checks the condition at the beginning of the loop
D.
do statement executes the code more than once always
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board