Computer Applications
State whether the following statement is True or False :
The outer loop follows next iteration when iterations of inner loop is over.
Java Nested for Loops
25 Likes
Answer
True
Answered By
2 Likes
Related Questions
State whether the following statement is True or False :
Nested loop contains a single loop.
State whether the following statement is True or False :
When break statement is applied, it terminates the loop.
State whether the following statement is True or False :
Nested loop means the using of two or more loops in a program.
State whether the following statement is True or False :
Labelled break statement allows the next iteration of the loop from any place of looping structure.