From 91a6eca5f1ae1f4efae49b511abb76bf819a2f04 Mon Sep 17 00:00:00 2001 From: LuongND3 Date: Tue, 26 Aug 2025 14:19:30 +0700 Subject: [PATCH] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b103466139..2bc141088a 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ 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._