Question: how to compile a java code tgat requires this. Continue working on the application created in Part 1 . The application must still perform all
how to compile a java code tgat requires this.
Continue working on the application created in Part
The application must still perform all the functions from Part with the following features added:
The user shall be able to choose whether to buy a vehicle.
If the user selects to buy a vehicle, the user shall be required to enter the following values
for vehicle financing:
a Model and make.
b Purchase price.
c Total deposit.
d Interest rate percentage
e Estimated insurance premium.
The software shall calculate the total monthly cost of buying the car insurance plus loan
repayment Assume that all cars will be repaid over a period of five years.
The software shall notify the user when the total expenses exceed of their income,
including loan repayments.
Display the expenses to the user in descending order by value.
Nonfunctional requirements:
You are required to use internationally acceptable coding standards. Include
comprehensive comments explaining variable names, methods, and the logic of
programming code.
You are required to use classes and inheritance.
You must use a generic collection to store the expenses and no longer an array.
You must use a delegate to notify the user when expenses exceed of their income.
Submit the following:
Source code.
A readme file containing
a Instructions for how to compile and run the software; and
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
