https://github.com/manav-khandurie/github-final-project
Learning Git/Github through IBM
https://github.com/manav-khandurie/github-final-project
git github
Last synced: about 2 months ago
JSON representation
Learning Git/Github through IBM
- Host: GitHub
- URL: https://github.com/manav-khandurie/github-final-project
- Owner: Manav-Khandurie
- License: other
- Created: 2023-05-28T19:47:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-28T19:58:30.000Z (about 3 years ago)
- Last Synced: 2025-02-12T10:27:17.426Z (over 1 year ago)
- Topics: git, github
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- 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:
p, principal amount
t, time period in years
r, annual rate of interest
Output
simple interest = p*t*r