Skip to content

Commit a734955

Browse files
Fixed typo in README
1 parent 83026bb commit a734955

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
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
12+
1213
Output
1314
simple interest = p*t*r
1415
```

0 commit comments

Comments
 (0)