Computer Science, asked by imrankhan0078692, 1 year ago

A loop within another loop​

Answers

Answered by 0afruja0
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