Skip to content

andrewhingah/Is_palindrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Is_palindrome

A palindrome is a word or phrase that is spelt the same way forward and backward (disregarding whitespace, punctuation and capitalization). Examples include madam, level, nurses run. This program identifies palindromes. It takes in a word/phrase from the user via an input, determines whether or not it is a palindrome, and display the result. It also keeps a record of the last 5 entries made by the user.

Releases

No releases published

Packages

No packages published

Languages