summaryrefslogtreecommitdiff
path: root/462/CH2/EX2.4/ex_2_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '462/CH2/EX2.4/ex_2_4.sce')
-rwxr-xr-x462/CH2/EX2.4/ex_2_4.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/462/CH2/EX2.4/ex_2_4.sce b/462/CH2/EX2.4/ex_2_4.sce
new file mode 100755
index 000000000..3615e10f0
--- /dev/null
+++ b/462/CH2/EX2.4/ex_2_4.sce
@@ -0,0 +1,5 @@
+//example 2.4//
+ans=dec2bin(13)
+//conversion of decimal number to binary//
+disp(ans)
+//answer in binary form// \ No newline at end of file