C++ program to check whether the given character is a letter or special characters. If it is a letter then check it is in small case or in Capital case, then check whether it is vowel or constant and print message accordingly. (Using Nested If)

 



Output




Comments

Post a Comment