k generally the loops are while , for & reapeat untill (may vary from language to language)
while loop- It repeats a given sequence of instructions untill a condition/conditions are false
Repeat untill - repeats a given sequence untill the condition is true.
For next-Keeps reapeating untill it reaches the specified count, i.e as specified by programmer