vowel or consonant
CodeChefOpen on judge ↗
program to check whether the character is a vowel or consonant In this program we take a character from the user then check that entered character. A character is said to be a vowel if it is one of the five following alphabet – a, e, i, o, u. All the remaining alphabets are called consonants i.e. b, c, d, f, g, h, i, j, k, l, m, n etc are the consonants. ### Input i ### Output vowel ### Constra
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start