Skip to content

Commit ad0cf35

Browse files
authored
Update README.md
1 parent 4002bc7 commit ad0cf35

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
# github-final-project
1+
# github-final-project
2+
A calculator that calculates simple interest given principal, annual rate of interest and time period in years.
3+
Input:
4+
p, principal amount
5+
t, time period in years
6+
r, annual rate of interest
7+
Output
8+
simple interest = p*t*r
9+
10+

0 commit comments

Comments
 (0)