https://github.com/bollos00/github-final-project
github-final-project for Final Project of Getting Started with Git and GitHub IBM Coursera Course
https://github.com/bollos00/github-final-project
Last synced: 7 months ago
JSON representation
github-final-project for Final Project of Getting Started with Git and GitHub IBM Coursera Course
- Host: GitHub
- URL: https://github.com/bollos00/github-final-project
- Owner: Bollos00
- License: apache-2.0
- Created: 2024-05-13T22:26:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-13T22:29:59.000Z (over 1 year ago)
- Last Synced: 2024-11-16T19:41:17.634Z (11 months 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
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