----DAY 1----
- Checks if a number is a palindrome.
- Supports positive and negative integers.
- Easy to use and modify.
- The user inputs a number.
- The program reverses the number and checks if it matches the original.
- If the number is the same forward and backward, it is identified as a palindrome. ________________________________________________________________________________________________________________________________________________________________________________________________________________________