Skip to content

Commit ebb0c67

Browse files
committed
Fix typo in README.md
1 parent 83026bb commit ebb0c67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
## Simple Interest Calculator
44

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

77
```
88
Input:
99
p, principal amount
1010
t, time period in years
1111
r, annual rate of interest
1212
Output
13-
simple interest = p*t*r
13+
simple interest = p * t * r
1414
```
1515

1616
_© 2022 XYZ, Inc._

0 commit comments

Comments
 (0)