A loop within another loop
Answers
Answered by
5
Answer:
Nested loop
Explanation:
A loop within a loop is called a nested loop.
In looping, a program executes the sequence of statements many times until the stated condition becomes false.
A loop consists of two parts, a body of a loop and a control statement.
Similar questions