Question: Write an application that accepts up to 20 Strings. Divide them into two listsone for short Strings that are five characters or fewer, and the
Write an application that accepts up to 20 Strings. Divide them into two listsone 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. Save the file as DivideStrings.java.
Again, dont forget to create the application/project DivideStringsTest.java Class that has the main method and an object to use the DivideStrings class.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
