Physics, asked by nievamae, 3 months ago

How do inner and outer loops work in a circuit?

Answers

Answered by Anonymous
1

Answer:

The "print a line of stars" loop is called an inner loop because it is the loop body of another loop. The "do something five times" loop is called an outer loop because it is not inside any other loop.

Similar questions