[Solved] What kind of task will be done with the following code?


The program builds a new number reversing the order of decimal digits of the entered number. For example if 123 was entered then the result will be 321.

By the way why do not to compile it and see the result?:)

0

solved What kind of task will be done with the following code?