https://github.com/cod-e-codes/github-final-project
https://github.com/cod-e-codes/github-final-project
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cod-e-codes/github-final-project
- Owner: Cod-e-Codes
- License: apache-2.0
- Created: 2024-11-18T00:36:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-18T00:49:50.000Z (about 1 year ago)
- Last Synced: 2025-01-04T20:42:38.675Z (12 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 1
- 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
A calculator that calculates simple interest given 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`