summaryrefslogtreecommitdiff
path: root/1553/CH10/EX10.10
diff options
context:
space:
mode:
Diffstat (limited to '1553/CH10/EX10.10')
-rw-r--r--1553/CH10/EX10.10/10Ex10.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1553/CH10/EX10.10/10Ex10.sce b/1553/CH10/EX10.10/10Ex10.sce
new file mode 100644
index 000000000..642a90760
--- /dev/null
+++ b/1553/CH10/EX10.10/10Ex10.sce
@@ -0,0 +1,9 @@
+//chapter 10 Ex 10
+
+clc;
+clear;
+close;
+Diff=21;
+per=65/100
+num=Diff/(4/5-per);
+printf("The number is %1.0f.",num);