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).Constructor and Description |
---|
FinanceDdbEx1() |
public static void main(String[] args)
Copyright © 2020 Rogue Wave Software. All rights reserved.