Create a new string made of the first, middle, and last characters of each input string
Given:
s1 = “America”
s2 = “Japan”
Create a new string made of the first, middle, and last characters of each input string
Given:
s1 = “America”
s2 = “Japan”