Hello everyone,
I need to create a program that checks to see if a word or phrase is a palindrome. A palindrome if you are not familiar is a word or phrase that reads the same forwards and backwards like racecar, disregarding punctuation, case, and spaces (basically, any non-alphabetic characters.
I need to create a method that strips out non-alphabetic characters, and another Boolean-valued method that returns the value True when the word or phrase is a palindrome and the value False otherwise.
I am totally lost if anyone could please help. Just fyi I am using visual studios 2013 C#.