Class FinancePmtEx1

java.lang.Object
com.imsl.test.example.finance.FinancePmtEx1

public class FinancePmtEx1 extends Object

Computes the payment due each year on a loan.

The payment due each year on a 25 year, $100,000 loan is calculated. The loan is at 8%.
See Also:
  • Constructor Details

    • FinancePmtEx1

      public FinancePmtEx1()
  • Method Details

    • main

      public static void main(String[] args)