Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create an application that the Martin Companys accountant can use to calculate an assets annual depreciation. Use the following names for the solution and project,

Create an application that the Martin Companys accountant can use to calculate an assets annual depreciation. Use the following names for the solution and project, respectively: Martin Solution and Martin Project. Save the solution in the VbReloaded2015\Chap06 folder. Change the form files name to Main Form.vb. You can either create your own interface or create the one shown in Figure 6-59. The figure shows a sample depreciation schedule for an asset with a cost of $100,000, a useful life of four years, and a salvage value of $15,000. The accountant will enter the assets cost, useful life (in years), and salvage value (which is the value of the asset at the end of its useful life). Use a list box to allow the user to select the useful life. Display the numbers from 3 through 20 in the list box. The application should calculate the annual straight- line depreciation amounts using the Financial.SLN method. (SLN stands for straight-line.) The methods syntax is Financial.SLN (cost, salvage, life), in which cost, salvage, and life are the assets cost, salvage value, and useful life, respectively. The method returns the depreciation amount as a Double number. The Asset cost and Salvage value text boxes shown in Figure 6-59 should accept only numbers, the period, and the Backspace key. The Depreciation Schedule image in the picture box is stored in the VbReloaded2015\Chap06\Martin.png file. (15, 7, 8)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Graph Databases New Opportunities For Connected Data

Authors: Ian Robinson, Jim Webber, Emil Eifrem

2nd Edition

1491930896, 978-1491930892

Students also viewed these Databases questions

Question

Prepare and properly label figures and tables for written reports.

Answered: 1 week ago