The if...else...Statement o The if-else statement chooses between two alternatives statements o Syntax: if(expressions){ statement(s) A } else{ statement(s) B }