summaryrefslogtreecommitdiff
path: root/1553/CH3/EX3.9/3Ex9.sce
diff options
context:
space:
mode:
Diffstat (limited to '1553/CH3/EX3.9/3Ex9.sce')
-rw-r--r--1553/CH3/EX3.9/3Ex9.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1553/CH3/EX3.9/3Ex9.sce b/1553/CH3/EX3.9/3Ex9.sce
new file mode 100644
index 000000000..51b5c26f8
--- /dev/null
+++ b/1553/CH3/EX3.9/3Ex9.sce
@@ -0,0 +1,7 @@
+//chapter 3 Ex 9
+clc;
+clear;
+close;
+//let value to be found is x
+x=2.68*.74;
+mprintf("x=%.4f",x);