Posted by TI-Freak8x --Previous Message-- Link: TI-Freakware
![]()
on 3/6/2004, 1:18 pm, in reply to "Programming Strings`"
67.233.82.X
The only way I would know how to do this is to have it save to the string, then you would have to split the numbers in the string and store each number to a list. Then you will have to program the calc to reverse the numbers, (probably would be easier to store it backwards to another list) and then store it to the string.
: How do you take a string of numbers
: such as "1234" and turn it
: around to "4321"?
: I am writing a program that converts
: a number to a character string, then
: iterates the addition of the integer
: with its reverse, checking each
: iteration for a palindrome.(numbers
: like 75257 that read the same from
: left to right as right to left.
: M
:
50
Message Thread:
![]()
« Back to thread