if (condition1) instruction1; else if (condition2) instruction2; else if (condition3) instruction3; else instruction4;