https://github.com/sanogotech/github-final-project
a micro-finance startup with a mission to empower and provide opportunities for low income individuals : sample code to calculate simple interest
https://github.com/sanogotech/github-final-project
Last synced: 2 months ago
JSON representation
a micro-finance startup with a mission to empower and provide opportunities for low income individuals : sample code to calculate simple interest
- Host: GitHub
- URL: https://github.com/sanogotech/github-final-project
- Owner: sanogotech
- License: apache-2.0
- Created: 2024-06-10T05:52:14.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-10T06:04:33.000Z (12 months ago)
- Last Synced: 2025-02-09T00:16:39.986Z (4 months ago)
- Language: Shell
- Size: 11.7 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
# github-final-project
a micro-finance startup with a mission to empower and provide opportunities for low income individuals : sample code to calculate simple interest## A calculator
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