I am to determine if a number is a palindrome.

How do i go about seperating a 7 digit number to see if it is a palindrome.

I can only use basic if/else statements and other basic knowledge.
...