We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4f377f commit 4bb7933Copy full SHA for 4bb7933
README.md
@@ -1 +1,7 @@
1
-# github-final-project
+A calculator that calculates simple interest given principal, annual rate of interest and time period in years.
2
+Input:
3
+ p, principal amount
4
+ t, time period in years
5
+ r, annual rate of interest
6
+Output
7
+ simple interest = p*t*r
0 commit comments