summaryrefslogtreecommitdiff
path: root/887/CH7/EX7.1/7_1.sce
blob: 17e0c0842bb4940935511ff586104b89e2ce3b93 (plain)
1
2
3
4
5
clc
//ex7.1
N=343;      //decimal integer
N2=dec2bin(N);      //binary equivalent of N
disp(N2,'Binary equivalent of 343 is')