Question: Using C++ Programming Language, A newString class having a pointer string variable reads a string and converts them to the 10 digit phone numbers according
Using C++ Programming Language,
A newString class having a pointer string variable reads a string and converts them to
the 10 digit phone numbers according the following key pad

The strings are
1800BANCORP
1800USBANK
Use input and output overloaded functions of the class and overload array index operator to
convert to the 10 digit number of the input string. Also write appropriate constructor, assignment
operator, copy constructor as required. Write a C++ program for the above problem and write
algorithm in words.
ABC DEF 12 3 GHI JKL MNO PORSY TUV, VWXYZ 78 9 ABC DEF 12 3 GHI JKL MNO PORSY TUV, VWXYZ 78 9
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
