Exercises in this lecture  previous -- Keyboard shortcut: 'p'        Go to the slide, where this exercise belongs -- Keyboard shortcut: 'u'  

Exercise 3.2
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. (4. edition) page 1045 - 1048.


There is no solution to this exercise