From 5b9f5621d8c514835ded86f2396e78b8cca629da Mon Sep 17 00:00:00 2001 From: Sekouba Camara Date: Sun, 9 Feb 2025 17:04:50 -0500 Subject: [PATCH 1/2] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466139..2a2b1d78df 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2023 XYZ, Inc._ From c298ee5c8188c8ccb77dd9bfa16e41f788123a54 Mon Sep 17 00:00:00 2001 From: Sekouba Camara Date: Sun, 9 Feb 2025 22:57:15 -0500 Subject: [PATCH 2/2] changed principal to nomber --- simple-interest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple-interest.sh b/simple-interest.sh index 27a60fcb55..fc8aff2fa9 100755 --- a/simple-interest.sh +++ b/simple-interest.sh @@ -14,7 +14,7 @@ # Output: # simple interest = p*t*r -echo "Enter the principal:" +echo "Enter the number:" read p echo "Enter rate of interest per year:" read r