...

/

Exercise 4: Prepend a String

Exercise 4: Prepend a String

Prepend a string to another string.

Problem statement

Skim through the Ruby documentation for strings, and look for a method that prepends one string to another string. Using that method, ...