Other contributors have said "In a circuit what is the minimum number r of items you need to make a complete working loop?" is the same question as "What are the minimum number of loop iterations in a nested do while loop?" If you believe that these are not asking the same thing and should be answered differently, click here

What are the minimum number of loop iterations in a nested do while loop?

Answer:
A do-while loop is guaranteed to execute at least once. So a nested do-while loop will also execute the code in each loop a minimum of one time.
First answer by Moobler. Last edit by Moobler. Contributor trust: 354 [recommend contributor recommended]. Question popularity: 1 [recommend question].