IN C++, write a program which:
i. Input a string
ii. Print the length of the string
iii. Copy first half and last half of the characters into two other strings. Print the two strings.
iv. Form a new string like this: _?. (first half of the string followed by the 3 characters _,?, and then followed by second half of the string). Print this new string and the string's length