Reverse the Digits of an Integer
Here we are trying to write a code to write a given number backwards. For example, if the input number is 123 then the code will print the digits in reverse order ie 321
Here we are trying to write a code to write a given number backwards. For example, if the input number is 123 then the code will print the digits in reverse order ie 321
Comments
Post a Comment