I know that you have to use a for loop, and I've narrowed it down to using the length of an integer to compare certain placements of said integer to determine if it's palindromic or not. How would you get the length of the integer though? I don't need a full code, I just need to know how you would get the length since I'm positive that what I'm thinking would work.
EDIT) I got it to work, but I have to separate 10 Palindrome numbers by each line. How does one do that? Should I share my code, if that helps? Like this: 1,2,3,4,5,6,7,8,9,10 11,12,13,14,15,16,17,18,19,20
EDIT #2) I finished this, but I'm not sure whether I should close the question or delete it, since this seems to be a frequent question for others. Thanks, everybody! But, it works. I just reversed the number every loop, and if it equaled the originL, then it was palindromic.