From 6669fea1db5c21201c54043ddf99f9e7a02b9865 Mon Sep 17 00:00:00 2001 From: Unicorn0-0Cupcake-ai <126241372+Unicorn0-0Cupcake-ai@users.noreply.github.com> Date: Mon, 6 Jan 2025 11:08:37 -0600 Subject: [PATCH] Fixed README typo and improved formatting --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b103466139..1579839def 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,16 @@ ## Simple Interest Calculator -A calculator that calculates simple interest given principal, annual rate of interest and time period in years. +A calculator that calculates simple interest given the principal amount, annual rate of interest, and time period. ``` Input: p, principal amount t, time period in years r, annual rate of interest -Output - simple interest = p*t*r +## Formula + The formula for calculating simple interest is: + simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2025 Simple Interest Project by XYZ, Inc._