Computer Applications
Accept one character. Display the message Vowel if the entered character is a vowel, otherwise display the message Not a Vowel.
Algo & Flowcharts
102 Likes
Answer
Flowchart

Answered By
59 Likes
Related Questions
- To multiply the two numbers 
- Accept the age of a person. Display the message Eligible For Role if the age is equal to or greater than 18, otherwise display the message Not Eligible. 
- Input a name. If name is Kabir, then accept marks. If marks are >= 85, then display Good Performance else display Pass. 
- Input a year. Display the message Leap year if the entered year has 366 days, otherwise display the message Not a leap year.