Computer Applications
State whether the following statement is True or False :
When break statement is applied, it terminates the program completely.
Java Nested for Loops
36 Likes
Answer
False
Answered By
4 Likes
Related Questions
State whether the following statement is True or False :
Loop is a repetitive structure.
State whether the following statement is True or False :
Nesting of loops means restricting the use of inner loop.
State whether the following statement is True or False :
When outer loop completes its iterations, the inner loop starts.
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.