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

dec=9 //decimal input
bin=dec2bin(dec) //binary output
disp("The binary equivalent of 9 is")
disp(bin)