summaryrefslogtreecommitdiff
path: root/1553/CH23/EX23.10/23Ex10.sce
diff options
context:
space:
mode:
Diffstat (limited to '1553/CH23/EX23.10/23Ex10.sce')
-rw-r--r--1553/CH23/EX23.10/23Ex10.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1553/CH23/EX23.10/23Ex10.sce b/1553/CH23/EX23.10/23Ex10.sce
new file mode 100644
index 000000000..b4da36ae5
--- /dev/null
+++ b/1553/CH23/EX23.10/23Ex10.sce
@@ -0,0 +1,10 @@
+// Chapter 23 Ex. 10
+
+clc;
+clear;
+close;
+//given log2 =0.30103
+//consider x=log2
+x=0.30103;
+ans=56*x;
+mprintf("The number of digits are %.0f",ans); \ No newline at end of file