Conditional Programs
Programs using if/else, switch, and ternary operators
5 program solutions
Program Solutions
1
Check Even or Odd
Program to check if a number is even or odd
Beginner
View Solution
2
Largest Among Three Numbers
Program to find the largest of three numbers
Beginner
View Solution
3
Vowel/Consonant Check
Program to check if a character is a vowel or consonant
Beginner
View Solution
4
Leap Year Check
Program to check if a year is a leap year
Beginner
View Solution
5
Grade Calculator
Program to calculate grade based on marks
Beginner
View Solution