diff --git a/simple-interest.sh b/simple-interest.sh index 27a60fcb..c035d49d 100644 --- a/simple-interest.sh +++ b/simple-interest.sh @@ -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 added another new line here \ No newline at end of file