Class FinanceFvEx1

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

public class FinanceFvEx1 extends Object

Computes the future value of an investment.

A couple starts setting aside $30,000 a year when they are 45 years old. They expect to earn 5% interest on the money compounded yearly. The future value of the investment is computed for a 20 year period.
See Also:
  • Constructor Details

    • FinanceFvEx1

      public FinanceFvEx1()
  • Method Details

    • main

      public static void main(String[] args)