The following are CORRECT statements regarding C switch commands, EXCEPT:
A) There could be a large number of cases in a switch command.
B) There could be cases without a break statement.
C) Multiple cases can be lumped together if their actions are the same.
D) Any set of if-statements can be converted into a switch statement.