I believe this issue is caused by problems here:


for (int j = word.length(); j >= 0; j++)
System.out.print(word.charAt(j));