Simple Interest Calculator @ Coursera / Getting Started with Git and 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 =p*t*r
After completing this lab I've demonstrated ...(read more)
- Create a new repository in your GitHub account.
- Select the appropriate license for your project.
- Create a README.md file that explains the purpose of the project.
- Create a Code of Conduct markdown that explains how you want the community to behave and interact with each other.
- Create a Contribution Guidelines markdown that tells the community how to contribute.
- Commit the new files to the repository.
First off, thanks for taking the time to contribute! Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are greatly appreciated.
Please adhere to this project's Code of Conduct.
Read this project's Contributing Guidelines.
You can use markdownlint-cli to check for common markdown style inconsistency.
This project is licensed under the MIT license. Feel free to edit and distribute this template as you like.
See LICENSE for more information.