0
how algorithm to check our integer input is palindrom or not?
java
6 Respuestas
+ 2
write a loop to reverse your input.
if input == reverse_input, then you got yourself a palindrome.
0
i think u know sbout tthe logic of palindrom
0
realy ? :-)
hehe. but i can't make it. so i try to get some answer that very simple
0
just use ur logic
0
okay thanks yayah
0
Check the solution here on how to reverse an integer.
https://www.sololearn.com/Discuss/602265/?ref=app