C# – Switch Statement
The switch statement can be used instead of if else statement when you want to test a variable against three or more conditions. Here, you will learn about the switch statement and how to use it efficiently in the… Read More »C# – Switch Statement