https://github.com/guzzdev/ibm-git-final
https://github.com/guzzdev/ibm-git-final
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/guzzdev/ibm-git-final
- Owner: guzzdev
- License: apache-2.0
- Created: 2024-03-22T13:00:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T17:10:17.000Z (over 2 years ago)
- Last Synced: 2025-11-20T19:24:45.118Z (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
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