summaryrefslogtreecommitdiff
path: root/1241/CH2/EX2.21/exa2_21.sce
blob: ef338d3d4283ebc74a87886e8a9c8805083f3fd2 (plain)
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//