hannah. nun, and words such as these - same back as forward.
11, 101, 12233221, etc
numbers same backwards as forwards.
generate them? just repeat the same digits in the reverse order.
2007-08-23 20:48:24
·
answer #1
·
answered by jemhasb 7
·
0⤊
1⤋
A palindrome is any sequence of numbers or letters (or symbols I suppose) that read the same forwards as they do backwards. A numerical palindrome could be 1234321, while the word racecar is a palindrome composed of letters. I'm not sure what you mean by "generating" a palindrome, though.
2007-08-24 03:48:31
·
answer #2
·
answered by nike767 3
·
0⤊
0⤋
A palindrome is a phrase or word that is the same forward and backwards. Example:
bob
hannah
a man, a plan, a canal, panama
Each of the above spells the same thing forward and backwards.
Palindromic numbers:
11
1221
123321
2007-08-24 03:48:00
·
answer #3
·
answered by stever002 3
·
0⤊
0⤋
A palindrome is anything that when reversed in direction(i.e right to left or vice versa),is the same.Eg. anna,12321,etc.
2007-08-24 04:17:22
·
answer #4
·
answered by Mac 3
·
0⤊
0⤋
Palindrome is something that reads alike from both right and left. Like MALAYALAM.
The algorithm of making palindome will be (pseudo code)
Function PalindromeNumber(num: Integer): String; // Return Value
Result := Str(Num) + StrRev(Str(Num));
Convert the Number to String and Reverse It and add to the original string
123 becomes 123321
2007-08-28 03:39:16
·
answer #5
·
answered by Anonymous
·
0⤊
0⤋
a palindrome is something that is the same when read forwards and backwards. such as mom, dad, and racecar (racecar spelled backwards is r a c e c a r. palindromic numbers are the same like 1234321. That is how you'll get your number so like if they gave you 5867567 you could do 5678765
2007-08-24 03:47:12
·
answer #6
·
answered by BlahBlahBlah 3
·
0⤊
1⤋
a palindrom is a word that is spelled exactly the same frontwards and backwards. example: race car, hannah, mom, dad, wow
numbers: 787 220022, 121, etc u get the picture!
hope that helps!
2007-08-24 03:47:40
·
answer #7
·
answered by ...... 3
·
0⤊
0⤋
A word, number or even a sentence that can be reversed letter for letter or digit by digit and still remain the same. My favorite sentence is: Rats live on no evil star.
2007-08-24 03:53:30
·
answer #8
·
answered by aisha 5
·
0⤊
0⤋