Loops are helpful when you need to repeat questions an indeterminate amount of time.
Let's imagine you want to collect information about the user's children. For each child, you want to know:
How many times do you need to ask these questions? The answer: it depends on how many children the user has.
Loops allow you to repeat this block of questions an indeterminate amount of times.
This app also demonstrates advanced loop operations, such as:
Total cost