[b][color=Green][size=3]Write a function called reverseDigits that takes an integer value and returns the number with its digits reversed. For example, given the number 7631, the function should return 1367. This utility should be invoked when the user presses R from the menu listing.[/size][/color][/b]