Aditya-K477 / HACTOBERFEST--2024

come and contribute here
12 stars 92 forks source link

PALINDROME VALID CHECKER BY EXTRACTING DIGITS AND LOOPING #40

Open raman976 opened 1 month ago

raman976 commented 1 month ago

This pull request features a palindrome checker implementation. I utilized loops to extract each digit of the number, formed the reversed digit, and then checked whether the original number is a palindrome. The code is designed to be efficient and easy to understand. Thank you for reviewing my contribution!