Write a recursive method that will duplicate each character in a string and return the result as

Question:

Write a recursive method that will duplicate each character in a string and return the result as a new string. For example, if "book" is the argument, the result would be "bbooookk".

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: