njahagirdar
7 years agoNew Contributor
Append string to a new line
Hello All,
I am trying to append a new string value to the existing string value in the next line of the existing string, you may call it concatenation, but i am unable to do so, can someone please help me here.
String 1: This is my first project String 2: This is my second project.
Expectation is
This is my first project
This is my second project