In this program, we will take a string as input and test whether a passed letter is a vowel or consonant
Steps to solve the program
- Take a string as input.
- Using For loop test whether the passed letter is a vowel or consonant.
- Print the output.
Output: