University of Calgary

palindrome

Palindrome Verification
source: Tino Duong, 2003

Description:

A palindrome is a special string that is symmetric around its center point. This means the order of the characters is the exact same if read backwards and forwards.

Some examples of palindromes are:

Your job is to write a program that takes a string and verifies if it is a valid palindrome

Requirements

Have your program prompt the user to enter the string that is to be verified.

Concepts



Updated: August 10, 2005 10:12 AM