Learn Finance C++, Lesson 7, Amortizing Engine, Part I, Introducing while loops
Andy009Duncan
So far, we've calculated the monthly payment to be paid each month until the end of the loan. But what we would like is an amortization schedule which tells us how much of the loan principal is being paid off each month, and how much of the monthly payment is just pure interest. We would like a statement for each of the months of the loan, until eventually the loan payments are complete and all of the principal has been paid back. To do this, we introduce 'while' loops, in the first part of this process.
http://andyjamesduncan.wordpress.com
Finished code block:
http://andyjamesduncan.wordpress.com/2013/01/14/learn-finance-c-lesson-7-amortizing-engine-part-i-introducing-while-loops/ ... https://www.youtube.com/watch?v=hRWzTDzrmqQ
41586248 Bytes