PrajaktaSathe / Java

Includes programs written in Java. You are welcome to contribute here!
59 stars 92 forks source link

palindrome number #157

Closed chandra-mukherjee closed 2 years ago

chandra-mukherjee commented 2 years ago

a palindrome number is a number such that when the digits are reversed, the result gives the original number itself.

PrajaktaSathe commented 2 years ago

Pl add your program details to the main readme file! Thanks!