From 0446ed5a5add4088b6338560d73d4bf17e1c3993 Mon Sep 17 00:00:00 2001 From: suamanth Date: Fri, 2 May 2025 16:36:49 +0200 Subject: [PATCH] Fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b103466139..dde3cb9204 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,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 + r, annual ratof interest Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2022 XYZ, Inc._ \ No newline at end of file