Skip to content

pale-bluedot/palindrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Description

Inspired by the time bending film Tenet I wrote this program to check for palindrome words. A palindrome is a word, number, or a phrase that reads the same forwards as backward.

Function: checkPalindrome

The user will input a string (spaces allowed) and the function will return true if it is a palindrome or false if it is not a palindrome.

Examples:

  • tenet
  • kayak
  • 1001
  • Was it a car or a cat I saw?
  • ABBA

About

This program checks for palindrome words.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages