Skip to content

Commit 4bb7933

Browse files
authored
Update README.md
1 parent b4f377f commit 4bb7933

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
# github-final-project
1+
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

Comments
 (0)