Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fswaleh authored Feb 26, 2023
1 parent 7c7a035 commit ee2f8a6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# github-final-project
# github-final-project
A calculator that calculates simple interest given principal, annual rate of interest and time period in years.

Input:
p, principal amount
t, time period in years
r, annual rate of interest
Output
simple interest = p*t*r

0 comments on commit ee2f8a6

Please sign in to comment.