Class FinanceDdbEx1

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

public class FinanceDdbEx1 extends Object

Computes the depreciation of an asset using the double-declining balance method.

The depreciation of an asset with an initial cost of $2500 and a salvage value of $500 over a period of 2 years is calculated. A factor of 2 is used (the double-declining balance method).
See Also:
  • Constructor Details

    • FinanceDdbEx1

      public FinanceDdbEx1()
  • Method Details

    • main

      public static void main(String[] args)