CECS 282
LAB ASSIGNMENT 4
Assigned date: 9/20
Due date: 9/27
20 points

Write a C++ program that determines if a given string is a palindrome. A palindrome is a word or phrase that reads the same backward as forward. Blank, punctuation marks and capitalization do not count in determining palindromes. Here is some examples of palindromes:

Radar
Too hot to hoot
Madam!I'm adam
A man, A plan, A canal-Panama
Doc, note, I dissent! A fast never prevents a fatness; I diet on cod

Requirements:

GRADING