summaryrefslogtreecommitdiff
path: root/1682/CH3/EX3.3/Exa3_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '1682/CH3/EX3.3/Exa3_3.sce')
-rwxr-xr-x1682/CH3/EX3.3/Exa3_3.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1682/CH3/EX3.3/Exa3_3.sce b/1682/CH3/EX3.3/Exa3_3.sce
new file mode 100755
index 000000000..4a45db893
--- /dev/null
+++ b/1682/CH3/EX3.3/Exa3_3.sce
@@ -0,0 +1,10 @@
+//Exa3_3
+clc;
+clear;
+close;
+//given data is :
+A=10000;//in rupees
+n=25;//in years
+i=20;//% per annum
+F=A*(((1+i/100)^n-1)/(i/100));
+disp("The future sum of the annual equal payment after 25 years is : "+string(F)+" Rupees."); \ No newline at end of file