PrajaktaSathe / Java

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

Added a program that checks if a string is palindromic or not #173

Closed GourabMCFC closed 1 year ago

GourabMCFC commented 1 year ago

Created a simple java program which checks if a string is palindrome or not based on the user input. Also the README file is updated to accommodate this program