100
If this statement evaluates to false and an else clause exists, the statement associated with the else clause runs. If the test statement evaluates to true, the statement following the expression runs and the else clause is ignored.
What is an 'if statement'?