java programming while loop
Answers
Answered by
1
Answer:
In while loop, condition is evaluated first and if it returns true then the statements inside while loop execute. When condition returns false, the control comes out of loop and jumps to the next statement after while loop.
Explanation:
please marked as brainly and follow me
Similar questions