Skip to content

Commit 9844863

Browse files
Updating simple-interest.sh
1 parent ad95b0a commit 9844863

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

simple-interest.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ read t
2424
s=$(expr $p \* $t \* $r / 100)
2525
echo "The simple interest is: "
2626
echo $s
27+
28+
# Changes of Ahmed B Rashwan

0 commit comments

Comments
 (0)