C++ Program to Check Whether a character is Vowel or Consonant.
In this program, if…else statement is used to check whether an alphabet entered by the user is a Vowel or Consonant. To understand this example… Read More »C++ Program to Check Whether a character is Vowel or Consonant.