Skip to content

Commit 9c8a22f

Browse files
author
Your Name
committed
Feat: New feature
1 parent 130c42e commit 9c8a22f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

simple-interest.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
# Addtional Authors:
77
# <your Github username>
88

9-
# Input:
10-
# p, principal amount
11-
# t, time period in years
12-
# r, annual rate of interest
9+
Input:
10+
p, principal amount
11+
t, time period in years
12+
r, annual rate of interest
1313

14-
# Output:
15-
# simple interest = p*t*r
14+
Output:
15+
simple interest = p*t*r
1616

1717
echo "Enter the principal:"
1818
read p

0 commit comments

Comments
 (0)