From 130c42efbf31fbdb07480c29d2d901077341a1aa Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 5 Dec 2025 19:07:47 +0700 Subject: [PATCH 1/2] Fix: Typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From 9c8a22f67fed5d03d2f9e965f4455fdc5cc6e2d8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 5 Dec 2025 19:10:58 +0700 Subject: [PATCH 2/2] Feat: New feature --- simple-interest.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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