// Enter the discount rate in the following sample format:
//	6   for 6%   and not .06
//	6.5 for 6.5% and not .065

var discountRate = 6;
