shivajikobardan
Legendary Coder

This is my solution for the problem to reverse an integer. Please rate it.
PS I do not want to go over each time what will be the result of number/10 and number%10. Is there a trick that I can use to memorize this? I have learnt it but I do not want to think consciously everytime I do it. This is something that comes up often in programming, that is why.