Chapter 5 Making Decisions in Programs

In this chapter you’ll learn how to create an application that can make decisions as it runs, changing what it does in response to the values of the data that it has received.

You can find a draft of the book and all the code samples here.

You can find the screencast for Code Analysis 1: Boolean Values here.

You can find the screencast for Code Analysis 2: Logical Operators here.