summaryrefslogtreecommitdiff
path: root/1241/CH2/EX2.6/exa2_6.sce
blob: dfdf68d8098aa0373c0f231f76914f2e810c982e (plain)
1
2
3
4
5
6
//Example 2-6//
//Decimal to binary conversion//
a=dec2bin(43)
//Binary equivalent of the decimal number//
disp(a)
//answer in binary form//