Computer Applications
State whether the following statement is True or False :
In a nested loop, break and continue can be used simultaneously.
Java Nested for Loops
25 Likes
Answer
False
Answered By
2 Likes
Related Questions
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.
What is a nested loop?
Write down the syntax of a nested for loop.