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

https://github.com/cianhub/basic-git-repo

A basic git repo for demonstration purposes
https://github.com/cianhub/basic-git-repo

Last synced: 9 months ago
JSON representation

A basic git repo for demonstration purposes

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