diff --git a/README.md b/README.md index b103466139..7e868c85e4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Simple Interest Calculator -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. ``` Input: diff --git a/simple-interest.sh b/simple-interest.sh index 27a60fcb55..f1522a5570 100755 --- a/simple-interest.sh +++ b/simple-interest.sh @@ -11,8 +11,6 @@ # t, time period in years # r, annual rate of interest -# Output: -# simple interest = p*t*r echo "Enter the principal:" read p