if(condition_1) { // Statements } else if(condition_2) { // Statements } else(condition_3) { // Statements }