Skip to content

Commit 73ea141

Browse files
committed
Fixed typo
1 parent 83026bb commit 73ea141

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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 we can use to calculate simple interest given principal, annual rate of interest and time period in years.
66

77
```
88
Input:

simple-interest.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
# t, time period in years
1212
# r, annual rate of interest
1313

14-
# Output:
15-
# simple interest = p*t*r
1614

1715
echo "Enter the principal:"
1816
read p

0 commit comments

Comments
 (0)