The if Statement
The If-Then-Else Form
   IfStatement (the If-Then-Else form)
   if (Expression)
   Statement1A
   else
   Statement1B
The If-Then Form
   IfStatement  (the If-Then form)
   if (Expression)
   Statement1A