Skip to content

Commit f0ca484

Browse files
authored
Update README.md
1 parent ad95b0a commit f0ca484

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44

55
A calculator that calculates simple interest given principal, annual rate of interest and time period in years.
66

7-
```
7+
88
Input:
99
p, principal amount
1010
t, time period in years
1111
r, annual rate of interest
1212
Output
1313
simple interest = p*t*r
14-
```
1514

1615
_© 2022 XYZ, Inc._

0 commit comments

Comments
 (0)