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 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
I have been asked this question in examination.
Question is from Control Statements topic in section Operators and Control Statements of Java