. Write a C++ Code to get a multiline statement Str1 from a user with a ‘$’ as return character (Hint:
using getline function). Write a function to create another string Str2 that will contain the last half part
of a string Str1 plus the reverse of first half of a string Str1 (Hint: use concatenation and remove enter
character with space).