Question: The Financial officer at RGIT wants you to develop an application that will evaluate the company?s asset?s annual depreciation using the double-declining balance and sum-of-the

The Financial officer at RGIT wants you to develop an application that will evaluate the company?s asset?s annual depreciation using the double-declining balance and sum-of-the years? digit method. The Financial officer will enter the asset?s cost, useful life (in years), and salvage value (which is the value of the asset at the end of its useful life). The sample of the application can be seen in Figure 2. The interface provides text boxes for entering the asset cost and salvage value. It also provides a list box for selecting the useful life, which ranges from 3 to 20 years. The depreciation amounts are displayed in the list boxes. (You can use the DDB and SYD functions in Microsoft Excel to verify the amounts shown in Figure 2 are correct). Create a windows form application using the name RGIT annual asset depreciation App. You can use the visual basic?sFinancial.DDB method to calculate the double-declining balance depreciation and use its Financial.SYD method to calculate the sum-of-the-years? digit depreciation. The Financial.DDB method syntax is Financial.DDB (cost, salvage, life, period). The Financial.SYD method syntax is Financial.SYD (cost, salvage, life, period). In both syntaxes, the cost, salvage and life argumentsare the asset?s cost, salvage value and useful life respectively. The period argument is the period for which you want the depreciation amount calculated. Both methods return the depreciation amount as double number. Code the application, save the solution and run the application

RGIT annual asset depreciation App Asset cost: 5000 Salvage value: 100 Useful

RGIT annual asset depreciation App Asset cost: 5000 Salvage value: 100 Useful life: 5 Display depreciation schedules Exit Depreciation schedules Double-declining balances: Year 1 2 3 5 Depreciation 2,000.00 1,200.00 720.00 432.00 259.20 Sum-of-the-year's digits: Depreciation 1,633.33 1,306.67 980.00 Year 1 2 3 4 5 653.33 326.67

Step by Step Solution

3.37 Rating (153 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

After the designing part gets completed just double click the Display Depreciation Schedules button ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!

Related Book