Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PALINDROME VALID CHECKER BY EXTRACTING DIGITS AND LOOPING #40

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

raman976
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant