if (condition1) { // statements } else if(condition2) { // statements } else if (condition3) { // statements } else { // statements }