Question: An introduction to Programming Using Visual Basic(10th edition) Author David I. Scheider 6 Programming Projects Question 4 Depreciation: For tax purposes an item may be
An introduction to Programming Using Visual Basic(10th edition) Author David I. Scheider
6 Programming Projects Question 4
Depreciation: For tax purposes an item may be depreciated over a period of serval years, n. With the straight-line method of depreciation, each year the item depreciates by (1/n)th of its original value. With the double declining-balance method of depreciation, each year the item depreciates by (2/n)ths of its value at the beginning of that year.(In the final year it is depreciated by its value at the beginning of the year.) Write a program that performs the following tasks:
a) Request a description of the item, the year of purchase, the cost of the item, the number of years to be depreciated(estimated life), and the method of depreciation. The method of depreciation should be chosen by clicking on one of two buttons.
b) Display the year by year description of the depreciation.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
