Computer Applications
State whether the following statement is True or False :
Labelled continue statement allows the next iteration of the loop from any place of looping structure.
Java Nested for Loops
34 Likes
Answer
False
Answered By
5 Likes
Related Questions
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.
Differentiate between Nested if and nested loop
Differentiate between Break and continue