Question: Write a recursive function called reverseDigit) that will take an integer number as the parameter and then return the number with the digits reversed. For

Write a recursive function called reverseDigit) that will take an integer number as the parameter and then return the number with the digits reversed. For example, if the parameter was 12345, the number returned will be 54321 Test this function from your main function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
