Problem
Write an application that accepts up to 20 Strings. Divide them into two lists-one for short Strings that are five characters or fewer, and the other for long Strings. After data entry is complete, prompt the user to enter which type of String to display, and then output the correct list. If there are no Strings in a requested list, then output an appropriate message.