if (expression) statement-1 [else statement-2]
If expression evaluates true statement-1 is executed, otherwise statement-2. The else-part is optional.