Input Character and Display Vowel or Not Programming

C++ – Input Character and Display Vowel or Not

  • March 16, 2016
  • 0 Comments

Write a program that prints the ASCII code of the input character (both upper case and lower case) and displays whether the character is a vowel or not. e.g. if ‘A’ is inputted then the output should be 65 and should display ‘vowel’. C++ Program to Implement Unary Operator Overloading C++ Program to Convert Degree […]