You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.