https://github.com/willie-conway/github-final-project
https://github.com/willie-conway/github-final-project
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/willie-conway/github-final-project
- Owner: Willie-Conway
- License: apache-2.0
- Created: 2025-02-18T22:56:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-08T17:44:06.000Z (7 months ago)
- Last Synced: 2025-03-08T18:28:38.293Z (7 months ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Simple Interest Calculator
![]()
![]()
A calculator that calculates simple interest given the principal 💵, annual rate of interest 📊, and time period in years ⏳.
## Input:
- `p`: principal amount 💰
- `t`: time period in years 🗓️
- `r`: annual rate of interest 💸## Output:
- `simple interest = p * t * r`