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

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