# 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.
Click the virtual machine below to start practicing