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
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
To download the project follow the instructions bellow
git clone https://github.com/computationalcore/github-final-project
cd github-final-projectIn the root project inside the terminal you can run
./simple-interest.shAnd prompt the inputs to the the simple interest.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details
For details, check out CODE_OF_CONDUCT.
For details, check out CONTRIBUTING.