Write a C++ program to check whether a character is vowel or not by using a switch Statement.

By: Prof. Dr. Fazal Rehman Shamil | Last updated: March 3, 2022

Write a C++ program to check whether a character is vowel or not by using a switch Statement.

Flowchart of the program to check that a character is a vowel or not by using the switch Statement

Flowchart of the program to check that a character is a vowel or not by using the switch Statement

C++ Source Code to check that a character is a vowel or not by using the switch Statement

Output

enter alphabet

e

its vowel

SFT (Shamil’s Flow Table )

Are you interested to Read about SFT(Shamil’s Flow Table)?

Explanation of the switch Statement program that can find that character is a vowel or not

 

 

Leave a Reply