Chapter 5: Making Decisions
So far we have only accepted data from the user and displayed that data. Sometimes the data was processed slightly before being redisplayed, but no decisions were made based on that data. In this chapter you will see how your program can make decisions based on the data that the user enters.
