What is a loop?
A loop is used to repeatedly run the same or similar instructions.
Why is a loop used?
It is more convenient and efficient.
What do all loops have in common?
They have a condition and an outcome.
What is iterating?
Iterating is when you go through each item in a collection.
What is boolean?
Any data type that has either a true or false value, yes or no value.