Question: Hard Code Methods/Functions in the String Library. You do not have to build class at this point. DO NOT IMPORT #include or std::string Isalpha Update
Hard Code Methods/Functions in the String Library.
You do not have to build class at this point.
DO NOT IMPORT #include or std::string
Isalpha
Update to determine if individual characters in String are English Alphabetical Characters.
Output the location of non-alphabetical character
Output if String contains any non-alphabetic characters
Attach Snipping photos of source code and output.
Toupper
Transform all alphabetical characters in a String to UpperCase characters
Attach Snipping photos of source code and output.
Tolower
Transform all alphabetical characters in a String to LowerCase characters
Attach Snipping photos of source code and output.
push_back
Allow the user to input a character to add to a string. Add character to the end of the String or after the last character.
Attach Snipping photos of source code and output.
Please post the correct solution for this problem. Please do not copy and paste from the forum. Comments and execution window will be helpful. Please follow the guidelines thoroughly. It should be in c++ language. Thanks in advance,
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
