Skip to content

Commit d2c2b6e

Browse files
committed
revert
1 parent 0fe6a8f commit d2c2b6e

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)