/github-final-project

Primary LanguageShellApache License 2.0Apache-2.0

Github Final Project: Simple annual 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

Getting Started

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-project

How to run it

In the root project inside the terminal you can run

./simple-interest.sh

And prompt the inputs to the the simple interest.

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details

Code of conduct

For details, check out CODE_OF_CONDUCT.

Contributing

For details, check out CONTRIBUTING.