Hello All, I am new to C++ programming and I'm trying to write a C++ program to find if a number is a palindrome. The problem is that the program returns false even when the number is a palindrome. Can anyone know where I can practice for palindrome problems?
If you're new to C++ it might just be a problem with the C++ rather than the palindrome side of the code. Have you tried adding output statements at various places to show you what the code is (or isn't) doing?