deed
tenet
level
tattarrattat
gig
a neep[not able to work
civiccivic
The high deck is the "poop" deck (poopdeck).
Use toupper from ctype.h for every letter. Obviously, it doesn't matter if the string is palindrom or not.
there is an E at the end of palindrome... and your right, the word palindrome should be a palindrome, i dont know why its not.
Example sentence for the noun 'accomplishment':His accomplishment gave him a lot of satisfaction.
<html> <head><title>Check palindrim or not</title> <script language="javascript"> var no,rem,sum=0,temp; no=prompt("Enter the no from user for check"," "); temp=no; while(no>0) { rem=no%10; sum=sum*10+rem; no=no/10; } if(temp==sum) document.write("The given no is palindrom"); else document.write("The given no is not palindrom") </script> <body> </body> </html>
what was your biggest accomplishment in my career