Skip to content

Instantly share code, notes, and snippets.

@metalvegetarianoprogresivo
Created December 3, 2020 22:55
Show Gist options
  • Save metalvegetarianoprogresivo/ea72b365054edb01dc5f4d3b5b61c428 to your computer and use it in GitHub Desktop.
Save metalvegetarianoprogresivo/ea72b365054edb01dc5f4d3b5b61c428 to your computer and use it in GitHub Desktop.
Palindrome

Palindrome

Task

Create a function that receives a word and based on that word returns a boolean value if it is true or false.

Input Format

Data Type Parameter Description
String parameterVariable The word that will be evaluated if it is a palindrome or not.

Sample Input

anitalavalatina

Sample Output

    true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment