Computer Applications

A loop within another loop is called a:

  1. double loop
  2. embedded loop
  3. circular loop
  4. nested loop

Java Nested for Loops

37 Likes

Answer

nested loop

Reason — A loop within another loop is called a nested loop.

Answered By

18 Likes


Related Questions