From 9844863c7be29a8e83dea9b4d6617f1061cb0a18 Mon Sep 17 00:00:00 2001 From: AhmedRashwan2023 <135413600+AhmedRashwan2023@users.noreply.github.com> Date: Tue, 2 Dec 2025 09:10:54 +0200 Subject: [PATCH] Updating simple-interest.sh --- simple-interest.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/simple-interest.sh b/simple-interest.sh index 27a60fcb..912446ef 100644 --- a/simple-interest.sh +++ b/simple-interest.sh @@ -24,3 +24,5 @@ read t s=$(expr $p \* $t \* $r / 100) echo "The simple interest is: " echo $s + +# Changes of Ahmed B Rashwan