Summary
In this chapter, you learned how to branch the code. Branching makes it possible for the code to go in a different direction instead of going straight down.
In the next chapter, we will move on to a different kind of control flow statement that will allow you to go back and repeat a line of code a certain number of times. The sections of code that repeat will be called loops.