Computer Applications
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.
Java Nested for Loops
18 Likes
Answer
False
Answered By
1 Like
Related Questions
State whether the following statement is True or False :
The outer loop follows next iteration when iterations of inner loop is over.
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 :
In a nested loop, break and continue can be used simultaneously.
What is a nested loop?