If Statement

The If is the most common decision statement, perhaps because it more closely resembles the way people think and reason. The If gives us flexibility to choose different statements for different situations.
You may choose:
a) An example situation where an If would be useful
b) Example if code
c) Form of the if
or
x) BASIC Decision statements

Links:
Some Situations Needing an If
Example If Code
Form of the If statement
BASIC Decision Statements