Lesson 12. Capstone project: name mashup

 

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

12.1. Understanding the problem statement

12.2. Splitting up first and last names

12.3. Storing the halves of all names

12.4. Combining the halves

Summary