Introduction - If you have any usage issues, please Google them yourself
① simple counter when the loan signing of the loan contract, the need to choose a good loan amount, loan period and loan interest rates Hint: use the constructor, loan amount, loan period and loan interest rates a parameter ② can easily get the following information: • Loan Amount • the number of years the loan, the loan months • Loan interest rate, monthly payment loans monthly rate • • Monthly Balance Tip: Use methods or properties to achieve. Indexers are available each month to achieve balance. Loans Loans months = 12 years = monthly rate loan interest rate loans/December monthly loan payments = interest rate/(1-power ((1+ monthly rate),- loans months)) amounted to more than a month each: 0 Month Balance: loan amount after a month on month balance balance = (1+ monthly rate)- Monthly Payments