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
90 Likes
Answer
Flowchart
![Draw a flowchart to print the smallest of two numbers.](https://cdn1.knowledgeboat.com/img/lgx8/flowchart-vowel-check-logix-class-8-computer-v1-800.png)
Answered By
52 Likes
Related Questions
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 year. Display the message Leap year if the entered year has 366 days, otherwise display the message Not a leap year.
Input a name. If name is Kabir, then accept marks. If marks are >= 85, then display Good Performance else display Pass.