Problem:
Question- Write a program that prompts the user to enter in 2 decimal values and then presents the user with a menu of functions to perform on the inputs.
Display the input values and the result in hexadecimal format, and then ask the user if they want to quit or continue.
Please describe the code with the help of comments.