This is a simple program that, when run, asks user to enter a number and the program returns Hexadecimal value of the input. Hexadecimal number is a number expressed in the base-16 numeral system or hexadecimal numeral system, a method of mathematical expression which uses 16 symbols: typically 0 to 9 & A - F.


    Download Code