Chapter 8 Conditionals and Loops
So far, each statement in our code was executed just once. The following two concepts, conditionals and loops, are structures which allow you to repeat or alter the sequence in which the code is executed.
This creates more complex behavior and more interesting functionality.