InterviewSolution
Saved Bookmarks
| 1. |
Write a java program using switch case enter a charecter and check whether it is a vowel or not |
|
Answer» Java PROGRAM to CHECK vowel or consonant using switch caseEnter and Store USER Input.Duplicate the input and store it.Change the Case of the duplicate for LESSER comparison and uniformity.Pass the input through Switch-Case constru |
|