What is needed? Given the assets file (use the attached assets.txt), you need to
ID: 3548826 • Letter: W
Question
What is needed?
Given the assets file (use the attached assets.txt), you need to develop a menu driven application that will allow the user to calculate the depreciation for a selected asset. The application should also allow the user to add a new asset to the assets file.
Design and Implementation constraints/details:
Your implementation should consider the following design constraints:
? An Asset class needs to be developed with the following specifications:
o It should declare the attributes (variables) given in Table-1 above: asset code, asset name
Explanation / Answer
Sent