try this:

Scanner sc=new Scanner(System.in);
int n=sc.nextInt();
String palString = String.valueOf(n);
String reverse = new...