We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83026bb commit 73ea141Copy full SHA for 73ea141
README.md
@@ -2,7 +2,7 @@
2
3
## Simple Interest Calculator
4
5
-A calculator that calculates simple interest given principal, annual rate of interest and time period in years.
+A calculator that we can use to calculate simple interest given principal, annual rate of interest and time period in years.
6
7
```
8
Input:
simple-interest.sh
@@ -11,8 +11,6 @@
11
# t, time period in years
12
# r, annual rate of interest
13
14
-# Output:
15
-# simple interest = p*t*r
16
17
echo "Enter the principal:"
18
read p
0 commit comments