We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
importjava.io.*;importjava.util.*;publicclassSolution{publicstaticvoidmain(String[]args){Scannersc=newScanner(System.in);StringA=sc.next();/* Enter your code here. Print output to STDOUT. */booleanflag=true;for(inti=0;i<A.length()/2;i++){if(A.charAt(i)!=A.charAt(A.length()-(i+1))){flag=false;}}if(flag==true){System.out.println("Yes");}else{System.out.println("No");}
}
}
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Java String Reverse
You are viewing a single comment's thread. Return to all comments →
} }