From 1be8fda69880e759d00a2fa781a3a92c20d11c4a Mon Sep 17 00:00:00 2001 From: NitashaNitasha <120773313+NitashaNitasha@users.noreply.github.com> Date: Wed, 19 Mar 2025 18:48:59 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466139..6b8eaf06ea 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Introduction to Git and GitHub - +#this was changed as given in tasks for the project ## Simple Interest Calculator A calculator that calculates simple interest given principal, annual rate of interest and time period in years. From 8c7143e08a915db55a8cf391439eb2fd1aa1b32a Mon Sep 17 00:00:00 2001 From: NitashaNitasha <120773313+NitashaNitasha@users.noreply.github.com> Date: Wed, 19 Mar 2025 18:49:41 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index 6b8eaf06ea..b2f097f172 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,3 @@ -# Introduction to Git and GitHub -#this was changed as given in tasks for the project -## Simple Interest Calculator +# this was changed as given in tasks for the project -A calculator that calculates simple interest given principal, annual rate of interest and time period in years. -``` -Input: - p, principal amount - t, time period in years - r, annual rate of interest -Output - simple interest = p*t*r -``` - -_© 2022 XYZ, Inc._