👤

what is the different between a loop to a repeat loop

Sagot :

Answer:

A repeat loop will always execute once since the condition is at the end of the construct whereas a while loop may never execute since the condition is at the beginning of the construct.