https://github.com/oleksiym/github-final-project
https://github.com/oleksiym/github-final-project
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oleksiym/github-final-project
- Owner: OleksiyM
- License: apache-2.0
- Created: 2022-01-31T13:55:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-31T14:07:29.000Z (almost 4 years ago)
- Last Synced: 2023-09-09T12:59:13.830Z (over 2 years 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 period in years.
## Input:
```bash
p, principal amount
t, time period in years
r, annual rate of interest
```
## Output
```bash
simple interest = p*t*r
```