summaryrefslogtreecommitdiff
path: root/1241/CH2/EX2.20/exa2_20.sce
blob: 85dc2b09c0a73d3953f94be13f39e385ab7ae77c (plain)
1
2
3
4
5
6
//Example 2-20//
//Decimal to hexadecimal conversion//
a=dec2hex(423)
//hexadecimal equivalent of the decimal number//
disp(a)
//answer in hexadecimal form//