Fill in the blanks:
A switch statement can have ____ case statements and ____ default statements.
B.
A switch statement can have any number of case statements (including none) but at most one default statement, with Option B correctly identifying this relationship.