What is the purpose of a loop?
comparing variables
Why might there be different kinds of loops?
When you do not have something to iterate through
Could a loop potentially go on forever?
yes, if the condition is not false
Could a loop never start?
yes, if the condition is never met