Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Loading