An open API service indexing awesome lists of open source software.

https://github.com/cod-e-codes/github-final-project


https://github.com/cod-e-codes/github-final-project

Last synced: 10 months ago
JSON representation

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`