check vowel or consonent
Java Program to Check Whether an Alphabet is Vowel or Consonant
In this program, you'll learn to check whether an alphabet is a vowel or a consotant using if..else and switch statement in …
In this program, you'll learn to check whether an alphabet is a vowel or a consotant using if..else and switch statement in …
Here is our Java program, which checks if a given String is palindrome or not. The program is simple, and here are steps to fi…