From 10aa19b857ccb37fd398a43e8412c4df25587379 Mon Sep 17 00:00:00 2001 From: Jasti Sri Radhe Shyam Date: Mon, 25 Nov 2024 15:45:02 +0530 Subject: [PATCH] bug fix typo finished Signed-off-by: Jasti Sri Radhe Shyam --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466139..b61147a24b 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 ```