switch(variable) { case label1: // Statements break; case label2: // Statements break; default: // Statements }