The //statement
• The generał form is if (expression) statement 1
else
statement!
• One and only one of the two State me nts associated with an if-else is performed
• If the expression is:
- true, statement] is executed;
- if not, statement2 is executed.
• Each statement can be a single statement or several - if several, then in braces.