From 0cca0396b6433066a967d0ec4b8dc38a1884e8fb Mon Sep 17 00:00:00 2001 From: wcabrera-2022060 Date: Fri, 12 Sep 2025 12:58:13 -0600 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466..b61147a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Input: p, principal amount t, time period in years r, annual rate of interest -Output +Output: simple interest = p*t*r ```