Class FinanceNperEx1

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

public class FinanceNperEx1 extends Object

Computes the number of payment periods for a loan.

Someone obtains a $20,000 loan at 7.25% to buy a car. They want to make $350 a month payments. Here, the number of payments necessary to pay off the loan is computed.
See Also:
  • Constructor Details

    • FinanceNperEx1

      public FinanceNperEx1()
  • Method Details

    • main

      public static void main(String[] args)