Control structures and loops are used in C# programming to control the flow of the program and...
Category - Switch Statement
Using Range in switch case in C#
In this example, i’ll show you how to use switch case for a range of number in C#. Example:...
Check Even or Odd Number Using switch case in C#
In this example, i’ll show you How to check even or odd number using switch case in C#...
Create Simple Calculator using Switch Case in C#
In this example, i’ll show you How to create simple calculator using switch-case in C#...
Print Day of Week Name Using switch case in C#
In this example, i’ll show you How to Print day of week name using switch-case in C# Console...
Print Number of Days in a Month Using switch case in C#
In this example,i’ll show you How to print number of days in a month using switch case in C#...
Currency Converter Source Code in C#
In this article, we will create a C# Program to perform Currency Conversion. You will also like...
C# Program to Make a Simple Calculator Using Switch-Case Statement
In this program, you’ll learn to make a simple calculator using switch..case in C# Console...
Get Month Name From Month Number – C#
This article explains a C# program that takes a month number as input and displays the...