The Switch Case Statement In Visual C# .Net

The Switch Case Statement In Visual C# .Net
The switch case statement is also used for making decision, unlike the if else statement , we can not test conditions like "greater than" or "less than" . in switch case we can test the value of a variable and decide what to do if a particular value...