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