Multiple choice The default case is required in the switch selection structure. Yes No Reveal answer Fill a bubble to check yourself B Correct answer Explanation The default case in a switch statement is optional. It is used to handle values that do not match any of the specified case labels, but it is not syntactically required.