summaryrefslogtreecommitdiff
path: root/2825/CH19/EX19.2/Ex19_2.sce
blob: b6d3ef1cb3628ec740b30c1abb0ae5182a3f2ab7 (plain)
1
2
3
4
5
6
7
//Ex19_2 Pg-958
clc

bin='11101'; //binary input
dec=bin2dec(bin) //decimal output
disp("The decimal equivqlent of 11101 is")
disp(dec)