Using some of the concepts I learned in my C and C++ classes, I build a simple loan amortization Calculator Enter the principal amount (the amount borrowed), an annual interest rate, and a term in years, then click calculate One thing to note is the step on the inputs. If you click on the up and down arrows on the principal amount, it changes by $1000, the interest changes by 0.1%, and the years increment by 1