Conditional Programs
Programs using if-else statements and conditional logic
4 program solutions
Program Solutions
1
Check for Even Odd
Program to check if a number is even or odd
Beginner
View Solution
2
Largest Among 3
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