Multiples of 10 using recursion
807588Feb 11 2009 — edited Feb 11 2009hi there, can someone give me a code or maybe just a hint on how to find the multiples of 10 on a given number using recursion...
example: 43
answer: 10,20,30,40
I've been thinking about this for almost 2hours I just can't solve it...
thanks!