If statement o The if statement is used to implement a decision o When a condition is fulfilled, one set of statements is executed o Syntax: if(condition) statement;