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 …
In this program, you'll learn to check if a number entered by an user is even or odd. This will be done using if...else stat…
In this program, you'll learn two techniques to swap two numbers in Java. The first one uses a temporary variable for swappi…
In this program, you'll learn to multiply two floating point numbers in Java, store the result and display it on the screen.…
In this program, you'll learn to store and add two integer numbers in Java. After addition, the final sum is displayed on th…