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