https://github.com/patternina/github-final-project
https://github.com/patternina/github-final-project
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patternina/github-final-project
- Owner: patternina
- License: apache-2.0
- Created: 2024-05-20T19:22:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T19:33:26.000Z (almost 2 years ago)
- Last Synced: 2025-07-02T07:05:04.157Z (9 months ago)
- Language: Shell
- Size: 12.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 calculator that calculates simple interest given principal, annual rate of interest, and time in years.
Input:
- p, principal amount
- t, time period in years
- r, annual rate of interest
Output:
- simple interest = p*t*r