I'm trying to create a program that can reverse any number entered by the user. For example, lets say the user enters the number 12345. The program would then reverse the number and display 54321. I'm sure there's a function for this but I'm limited to using division and modulus operations (it's for my c++ class). Thanks ahead of time.