Problem 4 :
In this problem you will learn how to check whether a character entered by the user is alphabet or no. This problem is solved using if…else statement.
Problem 3 :
In this problem you will learn how to check whether a character entered by the user is vowel or consonant. This problem is solved using if…else statement.
Problem 2 :
In this problem you will learn how to check whether a number entered by the user is even or odd. This problem is solved using if…else statement.