1. What is the syntax of a do-while loop in Java? | ![]() |
2. How is a do-while loop different from a while loop in Java? | ![]() |
3. Can the condition of a do-while loop be false initially? | ![]() |
4. How can we exit a do-while loop in Java? | ![]() |
5. What happens if the condition of a do-while loop is always false? | ![]() |