Language : C++ Create a class named myString ,which consists of one string data member and three functions. Input the string from the user at run time then call the following functions on it. void...


Language : C++


Create a class namedmyString,which consists of one string data member and three functions. Input the string from the user at run time then call the following functions on it.




  • void
    CountConsonants( )//displays the total number of consonants in the string


  • void
    VowelCount( )//displays the total vowels in the string


  • void
    Palindrome( )//displays if the string is a palindrome or not

  • Use pointer of object to call the member function of the



Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here