Skip to content

Commit 34f3e84

Browse files
authored
Update README.md
1 parent ad95b0a commit 34f3e84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ A calculator that calculates simple interest given principal, annual rate of int
66

77
```
88
Input:
9-
p, principal amount
10-
t, time period in years
11-
r, annual rate of interest
9+
p= principal amount
10+
t= time period in years
11+
r= annual rate of interest
1212
Output
1313
simple interest = p*t*r
1414
```

0 commit comments

Comments
 (0)