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