summaryrefslogtreecommitdiff
path: root/1682/CH3/EX3.2/Exa3_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '1682/CH3/EX3.2/Exa3_2.sce')
-rwxr-xr-x1682/CH3/EX3.2/Exa3_2.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1682/CH3/EX3.2/Exa3_2.sce b/1682/CH3/EX3.2/Exa3_2.sce
new file mode 100755
index 000000000..1f9bef60c
--- /dev/null
+++ b/1682/CH3/EX3.2/Exa3_2.sce
@@ -0,0 +1,11 @@
+//Exa3_2
+clc;
+clear;
+close;
+//given data is :
+F=100000;//in rupees
+n=10;//in years
+i=15;//% per annum
+P=F/(1+i/100)^n;
+disp("The person has to invest : "+string(P)+" Rupees.");
+//Note : Ans in the book is not correct. \ No newline at end of file