chapter twelve
                    After reading lesson 12, you’ll be able to
- Write code to solve a programming task
 - Read requirements for a program
 - Get input from the user for two first and last names, mash them up (combine them in some way), and show the user the result
 - Systematically build up code to write program solutions