Design and develop a simple system that computes the Depreciation cost of the item (D). Takes as input the purchase Price of an item (P), its expected number of years of Service (S), and Yearly depreciation for the item (Y). Use the formula D= P-(S/Y).
1 answer
Hajam