Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/queenofsquiggles/ibm-intro-to-git
Intro to GIT final project
https://github.com/queenofsquiggles/ibm-intro-to-git
Last synced: 2 months ago
JSON representation
Intro to GIT final project
- Host: GitHub
- URL: https://github.com/queenofsquiggles/ibm-intro-to-git
- Owner: QueenOfSquiggles
- License: apache-2.0
- Created: 2023-08-18T16:49:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-18T16:52:10.000Z (over 1 year ago)
- Last Synced: 2023-08-18T18:27:35.917Z (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
# ibm-intro-to-git
Intro to GIT final project## Edited README file data
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