summaryrefslogtreecommitdiff
path: root/1733/CH9/EX9.2/9_2.sce
blob: dbe96a85189f2437dc9eea5ed05279e2c59f2353 (plain)
1
2
3
4
5
6
//9.2
clc;
x=25;
disp('The binary number is')
a=dec2bin(x);
disp('',a)