Can anyone please help me make a program that does following:
i enter first string
then i enter the second string
i.e.
first string: "abcxyzefg"
second string:"xyze"
and the program should the write a new string without the second string in the first one i.e "abcfg"
thank you