Check whether an alphabet is vowel or consonant using switch statement
mrt481 7.5K 28th Aug, 2022
Loading Please wait...
Description
In the above program, instead of using a long if condition, we replace it with a switch case statement. If ch is either of cases: ('a', 'e', 'i', 'o', 'u'), vowel is printed. Else, default case is executed and consonant is printed on the screen.
Recent Pastes
- Attributes used in different HTML elements:
Markup | 384 | 3 weeks ago
- C++ Program to Add Two Numbers
C++ | 7K | 1 year ago
- C++ Program to Print Number Entered by User
C++ | 4.2K | 1 year ago