KnowledgeBoat Logo

Computer Applications

Differentiate between Nested if and nested loop

Java Nested for Loops

122 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

80 Likes


Related Questions