switch (expression) { case constant1: // instructions1 case constant2: // instructions2 ... default: // instructions }