Science, asked by ramlal7229, 3 months ago

While statements gets executed at least once. *
1 अंक
True
False

Answers

Answered by nancyfrancis2006
0

Explanation:

Since testing is done at the bottom of the loop, the loop body must execute at least once, regardless of conditions. Java does not "look ahead" to the condition that is tested. It executes the loop body, then tests the condition to see if it should execute it again.

Similar questions