Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/castilhera/github-final-project
https://github.com/castilhera/github-final-project
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/castilhera/github-final-project
- Owner: castilhera
- License: apache-2.0
- Created: 2024-10-15T20:55:26.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-15T21:04:08.000Z (about 1 month ago)
- Last Synced: 2024-10-17T07:45:33.729Z (about 1 month ago)
- Language: Shell
- Size: 12.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
# Introduction to Git and GitHub
## Simple Interest Calculator
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
```