Step 1: Conditional control statements are used to make decisions in a program.
Step 2: When multiple conditions are checked using a single variable, a multiway decision is required.
Step 3: The switch statement allows checking multiple cases and is therefore a multiway conditional control statement.