Skip to content

Commit 0fe6a8f

Browse files
committed
bug fix
1 parent ad95b0a commit 0fe6a8f

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
@@ -14,7 +14,7 @@
1414
# Output:
1515
# simple interest = p*t*r
1616

17-
echo "Enter the principal:"
17+
echo "Enter the Principal:"
1818
read p
1919
echo "Enter rate of interest per year:"
2020
read r

0 commit comments

Comments
 (0)