Question: 1. Write a program to: initialize a string s1 with the string As time by ... and a second string s2 with the string goes,
1. Write a program to: initialize a string s1 with the string "As time by ..." and a second string s2 with the string "goes", insert string s2 in front of "by" in string s1, erase the remainder of string s1 after the substring "by", replace the substring "time" in s1 with "Bill". Output string s1 on screen at the beginning of the program and after every modification. Your program should print the output at each step.
c++ program required asap
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
