Exercise 2.1
String functions
Continue the programming from above with a C++ program that uses the find, replace, substr, and size functions from
The C++ Prog. Lang. (3. edition)
section 20.3.11 - 20.3.14.
There is no solution to this exercise