formidablae / jbbmo-Introduction-to-Git-and-GitHub

Introduction to Git and GitHub (forked for Coursera Course)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction to Git and GitHub

Simple 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

© 2022 XYZ, Inc.

About

Introduction to Git and GitHub (forked for Coursera Course)

License:Apache License 2.0


Languages

Language:Python 54.2%Language:Shell 45.8%