Move the company code from Subversion (SVN) to Git. Goal: Host the company sample code to calculate simple interest on GitHub in a new repository
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