In this Program you’ll learn Java Program to check Vowel or Consonant using Switch Case, so Before moving with program lets first understand what exactly is Vowel and Consonant which will help us understand the program. The Alphabet A,E,I,O and U are Vowels irrespective of their case (Smallcase/UPPERCASE). And the remaining Alphabets are Consonants. Example:… Read More »Java Program to check Vowel or Consonant using Switch Case