https://github.com/infectedduck/github-final-project-ibm-getting-started-with-git-
Part of the IBM course on learning Git and Github
https://github.com/infectedduck/github-final-project-ibm-getting-started-with-git-
Last synced: 7 days ago
JSON representation
Part of the IBM course on learning Git and Github
- Host: GitHub
- URL: https://github.com/infectedduck/github-final-project-ibm-getting-started-with-git-
- Owner: InfectedDuck
- License: apache-2.0
- Created: 2024-08-11T02:28:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T16:31:06.000Z (almost 2 years ago)
- Last Synced: 2025-03-05T11:35:16.525Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
A part of an IBM course
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