Type a case with its break space to flip Type a case with its break Answer case 1: name = "Mon"; break; Without break, control falls through into the next case — a frequent and subtle bug.