// Enter the inflation rate in the following sample format:
//	3   for 3%   and not .03
//	3.5 for 3.5% and not .035

var inflationRate = 3;
