What is the purpose of the "default" case in a switch statement?
To handle any unmatched cases
To provide an alternative action for a specific case
To define a fallback option for all cases
To mark the end of the switch statement