https://github.com/paraspatil11/github-final-project
https://github.com/paraspatil11/github-final-project
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paraspatil11/github-final-project
- Owner: paraspatil11
- License: apache-2.0
- Created: 2025-01-06T12:26:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-06T12:32:54.000Z (over 1 year ago)
- Last Synced: 2025-01-06T13:31:53.048Z (over 1 year ago)
- Language: Shell
- Size: 10.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
# Simple Interest 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