A WHILE loop in Java executes the statements at least once even the condition is not satisfied.
True
False
Answers
Answered by
2
Answer:
A WHILE loop in Java executes the statements at least once even the condition is not satisfied. Explanation: Only the DO WHILE loop executes the statements at least once.
Similar questions