https://github.com/harshita2234/github-final-project
https://github.com/harshita2234/github-final-project
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/harshita2234/github-final-project
- Owner: harshita2234
- License: apache-2.0
- Created: 2023-12-01T19:19:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T19:25:29.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T00:31:25.360Z (8 months ago)
- Language: Shell
- Size: 11.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
# A calculator that calculates simple interest given principal, annual rate of interest and time period in years.
## Input:
1. p, principal amount
2. t, time period in years
3. r, annual rate of interest## Output:
- simple interest = p*t*r