Page 1 of 1

A palindrome is a word or a phrase that is the same when read both forward and backward Examples are "obsees or never od

Posted: Mon May 02, 2022 12:19 pm
by answerhappygod
A Palindrome Is A Word Or A Phrase That Is The Same When Read Both Forward And Backward Examples Are Obsees Or Never Od 1
A Palindrome Is A Word Or A Phrase That Is The Same When Read Both Forward And Backward Examples Are Obsees Or Never Od 1 (21.42 KiB) Viewed 32 times
A palindrome is a word or a phrase that is the same when read both forward and backward Examples are "obsees or never odd or evert (ignoring spaces). Write a program whose input is a word or phrase, and that outputs whether the input is a palindrome Exif the input is bob the output is bob 1o palindrome Exif the input is bobby the output is bobby is not a palindrome Hint Start by removing soaces. Then check it a string is equivalent to it's reverse