Exercise 2.2
String functions
Continue the programming from above with a C++ program that uses the find, replace, substr, and size functions from
The C++ Programming Language
section 20.3.11 - 20.3.14.
There is no solution to this exercise