imperialcoal/github-final-project: This repo is part 1 of a final project for Coursera course - Getting Started with Git and GitHub. Using the GitHub UI, it will demonstrate creating a repository, adding a README.md, license, Code of Conduct, and Contribution Guidelines, then commit new files to the repo. · GitHub
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 = ptr
About
This repo is part 1 of a final project for Coursera course - Getting Started with Git and GitHub. Using the GitHub UI, it will demonstrate creating a repository, adding a README.md, license, Code of Conduct, and Contribution Guidelines, then commit new files to the repo.