diff --git a/README.md b/README.md index b1034661..79438d22 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Introduction to Git and GitHub - +# Coursera-IBM-Getting-Started-With-Git-and-Github ## Simple Interest Calculator A calculator that calculates simple interest given principal, annual rate of interest and time period in years. diff --git a/simple-interest.sh b/simple-interest.sh index 27a60fcb..52540885 100644 --- a/simple-interest.sh +++ b/simple-interest.sh @@ -6,13 +6,13 @@ # Addtional Authors: # -# Input: -# p, principal amount -# t, time period in years -# r, annual rate of interest +Input: +p, principal amount +t, time period in years +r, annual rate of interest -# Output: -# simple interest = p*t*r +Output: +simple interest = p*t*r echo "Enter the principal:" read p