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

Add "Palindrom String" Java Problem #140

Open
DevMhrn opened this issue Nov 4, 2023 · 0 comments
Open

Add "Palindrom String" Java Problem #140

DevMhrn opened this issue Nov 4, 2023 · 0 comments

Comments

@DevMhrn
Copy link

DevMhrn commented Nov 4, 2023

ISSUE

To check a given string is "PALINDROM" or not ?

Problem Statement

A user is asked to give a string as an input , If the string is same as the after reversing the string .
Print PLAINDROM if it is palindrom string else print NOT PALINDROM

For further details check out the link below here

@DevMhrn DevMhrn changed the title To check a given String is "PLAINDROME" or not? JAVA PROBLEM "Palindrom String" Java Problem Nov 4, 2023
@DevMhrn DevMhrn changed the title "Palindrom String" Java Problem Add "Palindrom String" Java Problem Nov 4, 2023
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

No branches or pull requests

1 participant