Vowel Identification Using Switch Case

# Introduction In C programming, a character is considered a vowel if it is 'a', 'e', 'i', 'o', or 'u', uppercase or lowercase. In this lab, you will learn how to write a program to check if an input character is a vowel or not, using Switch Case.

|60 : 00

Click the virtual machine below to start practicing