Given two non-null
String
s, return a string of the form shorter + longer + shorter, with the shorter string on
the outside and the longer string on the inside.
If the two String
s are the same length, put the first String
in the inside.
Stuck? You may find these lessons helpful: