Find if a given character is vowel.
This post content:-
- Algorithm
- Flowchart
- C code
- Output
- Pdf notes
Algorithm:-
Step 1:- start.
Step 2:- declare variables char c,
Step 3:- if char c is a,e,i,o,u or A,E,I,O,U .
Step 4:- print the char c as a vowel.
Step 5:- else print char is not a vowel.
Step 6:- END.
Flowchart:-
Output:-
Try it yourself:-
Comments
Post a Comment