summaryrefslogtreecommitdiff
path: root/462/CH2/EX2.2.c/ex_2_2_c.sce
blob: 50e8c8d4f09551170f3dda7a278b1940e62fe992 (plain)
1
2
3
4
5
6
//example 2.2(c)//
//decimal to binary conversion//
ans=bin2dec('11111111')
//decimal equivalent of binary number//
disp(ans)
//answer in decimal form//