diff options
Diffstat (limited to '1733/CH9/EX9.2')
-rwxr-xr-x | 1733/CH9/EX9.2/9_2.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/1733/CH9/EX9.2/9_2.sce b/1733/CH9/EX9.2/9_2.sce new file mode 100755 index 000000000..dbe96a851 --- /dev/null +++ b/1733/CH9/EX9.2/9_2.sce @@ -0,0 +1,6 @@ +//9.2
+clc;
+x=25;
+disp('The binary number is')
+a=dec2bin(x);
+disp('',a)
\ No newline at end of file |