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