Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 477 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 477 Bytes

palindrome

A palindrome is a word, phrase, number, or other sequence of characters which reads the same backward or forward. "A man, a plan, a canal, Panama" is a common palindrome.

This repository is a simple way to determine if a phrase is a palindrome. The user enters a phrase as a string and the program prints if it is a palindrome or not. For example, in order to check the palindrome "A man, a plan, a canal, Panama", the user has to enter "amanaplanacanalpanama".