https://github.com/hrishikesh-mahajan/github-final-project
My final project for the IBM course Getting Started with Git and GitHub.
https://github.com/hrishikesh-mahajan/github-final-project
course-project coursera git github ibm version-control
Last synced: about 2 months ago
JSON representation
My final project for the IBM course Getting Started with Git and GitHub.
- Host: GitHub
- URL: https://github.com/hrishikesh-mahajan/github-final-project
- Owner: hrishikesh-mahajan
- License: apache-2.0
- Created: 2024-10-23T19:43:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-16T11:54:01.000Z (over 1 year ago)
- Last Synced: 2025-02-16T12:27:20.488Z (over 1 year ago)
- Topics: course-project, coursera, git, github, ibm, version-control
- Language: Shell
- Homepage: https://coursera.org/learn/getting-started-with-git-and-github
- Size: 7.81 KB
- Stars: 1
- 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
# 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
```