Given two String
s, create a bigger string made of the first character of the first String
, the first character
of the second String
, the second character of the first String
, the second character of the second String
, and
so on.
Any leftover chars should go at the end of the result.
Stuck? You may find these lessons helpful: