Class FinanceDbEx1

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

public class FinanceDbEx1 extends Object

Computes the depreciation of an asset.

The depreciation of an asset with an initial cost of $2500 and a salvage value of $500 over a period of 3 years is calculated. Here month is 6 since the life of the asset did not begin until the seventh month of the first year.
See Also:
  • Constructor Details

    • FinanceDbEx1

      public FinanceDbEx1()
  • Method Details

    • main

      public static void main(String[] args)