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._