I have an integer called "numb" which has the value of 155.

Is there a way to split the integer up like you can with strings? With strings you can have substrings. Can I do the same thing with an integer? I need to write a recursive method that writes the value backwords. Any help you can offer is appreciated.

Thanks.