Skip to content

Palindrome #1

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

Open
martinmendozadev opened this issue Apr 13, 2021 · 0 comments
Open

Palindrome #1

martinmendozadev opened this issue Apr 13, 2021 · 0 comments
Assignees

Comments

@martinmendozadev
Copy link
Owner

martinmendozadev commented Apr 13, 2021

Write a program that verifies a word in Spanish as a palindrome or not.
Examples:

Input Output
"Yo de todo te doy" true
"Claramente, esto no es un palindromo" false

Edge cases:
  1. The user can enter an empty string
  2. The user can enter lower and upper characters
  3. The user can type symbols
  4. The user can enter numbers
@martinmendozadev martinmendozadev self-assigned this Apr 13, 2021
martinmendozadev added a commit that referenced this issue Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant