KnowledgeBoat Logo

Computer Applications

What is a nested loop?

Java Nested for Loops

28 Likes

Answer

When we use a loop within another loop, it is said to be a nested loop. The inner loop repeats a number of times for each repetition of the outer loop.

Answered By

18 Likes


Related Questions