Hi
Im writing a program that check if a number is a palindrome or not. The problem I have is that I need to set a fixed length to the integer, i.e. 5. So when the user put in a number it most contain five numbers or the program will say "not five numbers". So for example if the user writes in 12345 the program will start, if the user writes 1234 the program will say "not five numbers".