//Example 2-21// //Decimal to hexadecimal conversion// a=dec2hex(72905) //hexadecimal equivalent of the decimal number// disp(a) //answer in hexadecimal form//