diff --git a/README.md b/README.md index b103466139..ebb16b0ced 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Input: p, principal amount t, time period in years r, annual rate of interest -Output +Out simple interest = p*t*r ```