Question: What are true about switch statement? (C#) Select all that apply. A. Switch statements cannot work with the enum value. B. Switch statements allow condition
What are true about switch statement? (C#) Select all that apply.
| A. | Switch statements cannot work with the enum value. | |
| B. | Switch statements allow condition checking for both string and numerical values. | |
| C. | A programmer can combine multiple case statements by allowing case fall through. | |
| D. | Switch statements can create looping scenarios with the goto statement. |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
