From 73ea1410402f7b16cac6406ef0d1d0c045991bfa Mon Sep 17 00:00:00 2001 From: Surafel Yimam <63095824+surafelx@users.noreply.github.com> Date: Tue, 17 Dec 2024 19:36:02 +0300 Subject: [PATCH] Fixed typo --- README.md | 2 +- simple-interest.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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