In Java, write a recursive method that converts an integer tohexadecimal. The function should print out the hexadecimalcharacter instead of returning the character. Write a test programthat prompts the user to enter an integer and displays itshexadecimal equivalent.
Expert Answer
An answer will be send to you shortly. . . . .