summaryrefslogtreecommitdiff
path: root/2825/CH19/EX19.13/Ex19_13.sce
blob: 37182261d3644f5ec467ff1fa9c27b6a93c2ef78 (plain)
1
2
3
4
5
6
7
//Ex19_13 Pg-962 
clc

dec=175; //binary input
oct=dec2oct(dec) //decimal output
disp("The octal equivslent of 175 is")
disp(oct)