Computer Science, asked by goelvishrut7, 7 months ago

Program of nested loop
1
3 1
5 3 1
7 5 3 1
9 7 5 3 1

Answers

Answered by pihuchauhan49
0

Explanation:

Nesting Loops & Statements. You can create code that embeds one loop inside another loop. This is called a nested loop. Any loop type can be nested within another type; the most common is the nesting for loops.

Answered by ramita33
0

Answer:

Nesting Loops & Statements. You can create code that embeds one loop inside another loop. This is called a nested loop. Any loop type can be nested within another type; the most common is the nesting for loops.

Similar questions