From 6a0defbe9e9a88ec84203d04e0e0d246c8849b78 Mon Sep 17 00:00:00 2001 From: AdiD-code Date: Sun, 9 Feb 2025 15:55:51 +0530 Subject: [PATCH] Fixed a typo in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b103466139..06d3e4803a 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ A calculator that calculates simple interest given principal, annual rate of int ``` Input: - p, principal amount - t, time period in years - r, annual rate of interest + p: principal amount + t: time period in years + r: annual rate of interest Output simple interest = p*t*r ```