Computer Applications
State whether the following statement is True or False :
Nesting of loops means restricting the use of inner loop.
Java Nested for Loops
38 Likes
Answer
False
Answered By
4 Likes
Related Questions
Fill in the blanks:
_________ statement will repeat a loop for next iteration after ignoring some statements of the loop.
State whether the following statement is True or False :
Loop is a repetitive structure.
State whether the following statement is True or False :
When break statement is applied, it terminates the program completely.
State whether the following statement is True or False :
When outer loop completes its iterations, the inner loop starts.