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

https://github.com/paraspatil11/github-final-project


https://github.com/paraspatil11/github-final-project

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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