Class FinanceSlnEx1

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

public class FinanceSlnEx1 extends Object

Computes the straight line depreciation of an asset.

The straight line depreciation for one period of an asset with a life of 24 months, an initial cost of $2500 and a salvage value of $500 is computed. *
See Also:
  • Constructor Details

    • FinanceSlnEx1

      public FinanceSlnEx1()
  • Method Details

    • main

      public static void main(String[] args)