Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,20 @@
## Simple Interest Calculator

A calculator that calculates simple interest given principal, annual rate of interest and time period in years.
changes that i made in this file :

```
Input:
p, principal amount
t, time period in years
r, annual rate of interest
Output
<h1>Input:</h1>
<br>
p = principal amount
<br>
t = time period in years
<br>
r = annual rate of interest
<br>
<h2>Output</h2>
<br>
simple interest = p*t*r
```
<br>
<br>

_© 2022 XYZ, Inc._
Loading