C language chapters 2 and 3

Question 1 of 11

The switch statement is a multi-way decision that tests whether an expression matches one of a number of constant integer values, and branches accordingly.