summaryrefslogtreecommitdiff
path: root/2825/CH19/EX19.11/Ex19_11.sce
blob: eb10041049d87e39123a656095e8d8bed554bdd7 (plain)
1
2
3
4
5
6
7
//Ex19_11 Pg-962 
clc

oct='23'; //binary input
dec=oct2dec(oct) //decimal output
disp("The decimal equivqlent of 23 is")
disp(dec)