Introduction
Submitted by jeffheaton on Thu, 01/10/2008 - 03:53
In Chapter 5 you will learn about:
- Comparing Values
- If/Else Statements
- And/Or
- Switch/Case
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.












