8.C++ Program to Check Whether a character is Vowel or Consonant.

C++ Program to Check Whether a character is Vowel or Consonant.

In this example, if...else statement is used to check whether an alphabet entered by the user is a vowel or a constant.
To understand this example, you should have the knowledge of following C++ programming topics:
  • C++ if, if...else and Nested if...else

Comments

Post a Comment

Popular posts from this blog

10.C++ Program to Find All Roots of a Quadratic Equation

9.C++ Program to Find Largest Number Among Three Numbers