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
This repository holds the project of the course : Getting Started with Git and GitHub by IBM. In this project, selected appropriate license, created README.md file, Code of conduct, Contribution Guidelines. FInally the program to code simple interest calculator is executed.
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 repository holds the project of the course : Getting Started with Git and GitHub by IBM. In this project, selected appropriate license, created README.md file, Code of conduct, Contribution Guidelines. FInally the program to code simple interest calculator is executed.