Class FinanceIpmtEx1

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

public class FinanceIpmtEx1 extends Object

Computes the interest due the second year of a loan.

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

    • FinanceIpmtEx1

      public FinanceIpmtEx1()
  • Method Details

    • main

      public static void main(String[] args)