If - Else Statements if (condition) { // what to do if condition is met } else { // what to do if condition is not met }