;

Tags: Control Statements in Java Articles


Java Program to Check Whether an Alphabet is Vowel or Consonant

Tutorialsrack 19/04/2021 Java

In this java program, you’ll learn how to check whether an alphabet is a vowel or consonant Java. And we are doing this by using if...else and switch statements in java. The alphabets A, E, I, O, and U (lowercase and uppercase) are known as Vowels, and the rest of the alphabets are known as consonants.

Read More..
Recent Posts
Tags