Check whether a character is a Vowel or Consonant
In this program, you will learn to check whether a character is a Vowel or Consonant in Java. The vowels are โaโ, โeโ, โiโ, โoโ, and โuโ, and all remaining characters from the alphabet are consonants. Letโs see a few java program examples of it below: Example-1. Find if a character is a Vowel or โฆ
Check whether a character is a Vowel or Consonant Read More ยป