Question:

__________ is a multiway conditional control statement.

Show Hint

Remember:
- if--else = two-way decision
- \textbf{switch} = multiway decision
Updated On: Feb 9, 2026
Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

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.
Was this answer helpful?
0
0