Advertisements
Advertisements
Question
Write down the constructs (syntax) of Nested do-while loop.
Answer in Brief
Solution
do {
do{
}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]