removeShorterStrings
Write a method called removeShorterStrings
that takes an ArrayList
of strings as a
parameter and that removes from each successive pair of values the shorter
string in the pair.
You should solve this problem in Practice-It!