Skip to content

Commit bf402cf

Browse files
Update simple-interest.sh
1 parent ad95b0a commit bf402cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simple-interest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# Output:
1515
# simple interest = p*t*r
16-
16+
echo "Interest Calculation"
1717
echo "Enter the principal:"
1818
read p
1919
echo "Enter rate of interest per year:"

0 commit comments

Comments
 (0)