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, ...
Prepend a string to another string.
Skim through the Ruby documentation for strings, and look for a method that prepends one string to another string. Using that method, ...