Question: Java: What is true about do statement? a) do statement executes the code of a loop at least once b) do statement does not get
Java:
What is true about do statement?
a) do statement executes the code of a loop at least once
b) do statement does not get execute if condition is not matched inthe first iteration
c) do statement checks the condition at the beginning of theloop
d) do statement executes the code more than once always
Step by Step Solution
There are 3 Steps involved in it
Answer Option A do statement executes the code of a loop at least onc... View full answer
Get step-by-step solutions from verified subject matter experts
