Practice ยท 3 of 4
Vowel Test
Implement int is_vowel(char c) returning 1 for a/e/i/o/u (and their uppercase), else 0.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Function Basics
Practice ยท 3 of 4
Implement int is_vowel(char c) returning 1 for a/e/i/o/u (and their uppercase), else 0.
Difficulty: beginner
Back to lesson: Practice: Function Basics