Chapter 9 introduce students to local variables. First familiarize the students with the concepts of when variables are created and destroyed. This will prepare them for classes where variable creation and destruction my result in a function call. This chapter also introduce the tricky subject of recursion.