This is the question.
Write a program that prompts the user to input a positive integer number and then output the number with the digit reversed.For example if the input is 45678, the output should be 87654.Your program must also ouput 8000 as 0008 and 230 as 032.
I dint have any idea for this question.Can anyone to help me and give me some idea about this question.Thanks.