Computer Applications
Differentiate between Nested if and nested loop
Java Nested for Loops
136 Likes
Answer
Nested if is used to do conditional checks at multiple levels whereas nested loops are used to execute one iterative set of statements inside another iterative set.
Answered By
89 Likes
Related Questions
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.
Differentiate between Break and continue
Differentiate between Labelled break and Unlabelled break