Skip to content
4 changes: 4 additions & 0 deletions simple-interest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ read t
s=$(expr $p \* $t \* $r / 100)
echo "The simple interest is: "
echo $s


# Prakash added a new line
# Prakash modified another new line here