Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jannisborn/github-final-project
Material for the SE4R Course
https://github.com/jannisborn/github-final-project
Last synced: about 1 month ago
JSON representation
Material for the SE4R Course
- Host: GitHub
- URL: https://github.com/jannisborn/github-final-project
- Owner: jannisborn
- License: apache-2.0
- Created: 2024-04-15T19:00:19.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-24T20:21:35.000Z (9 months ago)
- Last Synced: 2024-12-07T12:29:57.524Z (about 1 month ago)
- Language: Shell
- Size: 16.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