for(int i = in.length() - 1; 0 <= i; i--) System.out.print(in.charAt(i));