https://github.com/meroo1010/getting-started-with-git-and-github
https://github.com/meroo1010/getting-started-with-git-and-github
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/meroo1010/getting-started-with-git-and-github
- Owner: MEROO1010
- License: apache-2.0
- Created: 2024-09-12T07:34:23.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T08:15:42.000Z (9 months ago)
- Last Synced: 2025-02-05T02:53:10.063Z (4 months ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- 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
# Getting-Started-with-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
```© 2024 XYZ, Inc