# Introduction In this lab, you will learn how to compute a single loan amortization step in C. The lab covers the fundamental steps required for loan amortization calculation, including reading the principal amount, interest rate, and payment amount, as well as computing the interest portion and principal portion of the payment. By the end of this lab, you will have a better understanding of financial math and interest calculations using C programming.
Click the virtual machine below to start practicing