Class FinanceRateEx1

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

public class FinanceRateEx1 extends Object

Computes the interest rate on a loan.

Someone obtains a $20,000 loan to buy a car. They make $350 a month payments for 70 months. Here, the interest rate of the loan is computed.
See Also:
  • Constructor Details

    • FinanceRateEx1

      public FinanceRateEx1()
  • Method Details

    • main

      public static void main(String[] args)