All conditional programs in C# programming language. I have used Visual studio 2012 framework for debugging purpose. But you can use Visual studio 2005, 2008, 2010, 2012, 2015 or 2017 as per your availability.
- C# Program to check whether an integer entered by the user is odd or even
- C# Program to find the largest number among three number.
- C# Program to Find the Largest Number using Conditional Operator.
- C# Program to find the Largest among Three Variables using Nested if.
- C# program to check leap year using conditional Operator.
- C# Program to Check whether an alphabet is a vowel or not.
- C# program to check number is positive, negative or zero.
- C# program to check uppercase or lowercase alphabets.
- C# program to check entered character vowel or consonant.
- C# program to check whether a character is alphabet, digit or special character.
- C# program to print day name of week.
- C# program to accept two integers and check whether they are equal or not.
- C# program to detrermine a candidate’s age is eligible for casting the vote or not.
- C# program to find the eligibility of admission for an engineering course based on the criteria.
- C# program to calculate the total marks, percentage and division of student.
- C# program to enter month number and print number of days in month.
- C# program to count total number of notes in entered amount.
- C# program to check whether a triangle can be formed by the given value for the angles.