String
Note: If the input is a palindrome then it should be returned as is.
Example:
Input : race Output : racecar
public static String makePalindrome(String input){ }