+ 2
How is string palindrome checked in java?
for example I have entered ABCA, then write a program to reverse it that is give ACBA and check whether the two are equal or not
4 Respostas
+ 2
There are some ways here.
http://javahungry.blogspot.com/2014/12/5-ways-to-reverse-string-in-java-with-example.html?m=1
+ 1
thanks Wachirakorn for the link
0
Take a look on my approaches to this topic
https://code.sololearn.com/c8OLa6oPvk6V/?ref=app
https://code.sololearn.com/cKX1twtIeLb0/?ref=app
0
Here are my new tries, now using Python:
https://code.sololearn.com/ckzKZUhvplvr/?ref=app
https://code.sololearn.com/cdb28fBq2f90/?ref=app