Advertisements
Advertisements
Question
Write down the syntax of do - while.
Answer in Brief
Solution
do
{
} while (<test condition>);
shaalaa.com
Is there an error in this question or solution?
Chapter 1.09: Iterative Constructs in Java - EXERCISES [Page 124]