Problem:
Question-Write a recursive method, reverse (String word), that will accept a String (called word) as an argument and will return a String containing the characters of the word in the reverse order.
Please describe how to use the recursive method.