java WAP to enter a character. Check and print whether it is an uppercase vowel or not.(Make use of if statement)
Answers
Answered by
0
Answer:
- Java program to identify whether the given character is a vowel or not. With the help of the below program, you will get to know how to write and print whether the given number is a vowel. We have written the program in three different ways, using if else statement, using switch case, user-defined method –
Similar questions