write a c program that uses this vector funciton vector rep
write a c++ program that uses this vector funciton :
vector <string> replaceSubstring(string s1, string s2, string s3);
to do this:
INPUT:
another example:
INPUT:
and another:
INPUT:
OUTPUT:
and yet another example:
INPUT:
OUTPUT:
| 20, 30, 40, 50, 60, 70, 80, 90, 100 , OUTPUT: Enter the target string: \ Enter the delimiter: \ 20\ 30\ 40\ 50\ 60\ 70\ 80\ 90\ 100\ \ | 
Solution
use this example

