From bf402cf315c98e40f871579e9c5fc7949688c567 Mon Sep 17 00:00:00 2001 From: Nandhakumar R <71369561+Nandhakumar1422@users.noreply.github.com> Date: Tue, 16 Sep 2025 23:11:58 +0530 Subject: [PATCH] Update simple-interest.sh --- simple-interest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple-interest.sh b/simple-interest.sh index 27a60fc..ccd23cf 100644 --- a/simple-interest.sh +++ b/simple-interest.sh @@ -13,7 +13,7 @@ # Output: # simple interest = p*t*r - +echo "Interest Calculation" echo "Enter the principal:" read p echo "Enter rate of interest per year:"