https://github.com/jaymar14/ibm-calculator
https://github.com/jaymar14/ibm-calculator
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaymar14/ibm-calculator
- Owner: jaymar14
- License: apache-2.0
- Created: 2022-10-27T14:57:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T15:51:10.000Z (over 3 years ago)
- Last Synced: 2025-01-14T11:00:00.909Z (over 1 year ago)
- Language: Shell
- Size: 9.77 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
# IBM-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