Write a program to manipulate strings. The program should meet these requirements: Take a string from the user. Convert the string to all upper case and display it for the user. Convert the string to all lower case and display it for the user. Split the string into two parts, as near the middle as possible: Note: you might need to use Len (Katring>>//2 to find the middle point.​