diff --git a/README.md b/README.md index b103466139..3bccdf1fdd 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,13 @@ ## Simple Interest Calculator -A calculator that calculates simple interest given principal, annual rate of interest and time period in years. +This project demonstrates the use of Git and GitHub with a simple program to calculate interest. The calculator takes user input for the principal amount, annual rate of interest, and time period in years to compute the simple interest. -``` -Input: - p, principal amount - t, time period in years - r, annual rate of interest -Output - simple interest = p*t*r -``` +### How It Works: -_© 2022 XYZ, Inc._ +### Example: +If the principal amount is $1000, the annual interest rate is 5%, and the time period is 5 years: + +--- + +_© 2025 Your Name or Organization_