summaryrefslogtreecommitdiff
path: root/1553/CH21/EX21.7
diff options
context:
space:
mode:
Diffstat (limited to '1553/CH21/EX21.7')
-rw-r--r--1553/CH21/EX21.7/21Ex7.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1553/CH21/EX21.7/21Ex7.sce b/1553/CH21/EX21.7/21Ex7.sce
new file mode 100644
index 000000000..fc010faba
--- /dev/null
+++ b/1553/CH21/EX21.7/21Ex7.sce
@@ -0,0 +1,9 @@
+//chapter 21 Ex 7
+
+clc;
+clear;
+close;
+t=16;
+p=100; //assuming principle=100
+rate=((100*p)/(p*t));
+mprintf("The rate percent per annum will be %.2f percent",rate);