Problem 7: Write a program that will prompt the user to enter a string. The program should create a new string that is the concatenation of the last half (or last half + 1 if the length of the string is odd) of the original string in reverse order and the first half of the original string. An example output is shown below for the user-supplied string "One, two, five": !evif, oOne, tw