We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83026bb commit 6669feaCopy full SHA for 6669fea
README.md
@@ -2,15 +2,16 @@
2
3
## Simple Interest Calculator
4
5
-A calculator that calculates simple interest given principal, annual rate of interest and time period in years.
+A calculator that calculates simple interest given the principal amount, annual rate of interest, and time period.
6
7
```
8
Input:
9
p, principal amount
10
t, time period in years
11
r, annual rate of interest
12
-Output
13
- simple interest = p*t*r
+## Formula
+ The formula for calculating simple interest is:
14
+ simple interest = p*t*r
15
16
-_© 2022 XYZ, Inc._
17
+_© 2025 Simple Interest Project by XYZ, Inc._
0 commit comments