summaryrefslogtreecommitdiff
path: root/462/CH2/EX2.1/ex_2_1.sce
blob: c6fd6de6d2996e7067ad19384450b9ea3e46cf77 (plain)
1
2
3
4
5
6
//example 2.1//
//decimal to binary conversion//
ans=bin2dec('11111')
//decimal equivalent of binary number//
disp(ans)
//answer in decimal form//