Explain why you cannot convert the following ifelse if statement into a switch statement.
a) Switch statements can only handle integers.
b) Switch statements do not support conditions.
c) Switch statements cannot have multiple cases.
d) Switch statements cannot handle else if conditions.