Problem 290. Make one big string out of two smaller strings

Created by Michelle

If you have two small strings, like 'a' and 'b', return them put together like 'ab'.

     'a' and 'b' => 'ab'

For extra credit, combine any number of strings.

Tags

Problem Group

267 solvers submitted 435 solutions (1.63 solutions/solver).

Problem Comments

Solution Comments