Question
Utilize a Java LinkedList to input the brand name of the equipment along with the equipment's corresponding gain and cost. The input should be completed
Utilize a Java LinkedList to input the brand name of the equipment along with the equipment's corresponding gain and cost. The input should be completed by the user either via keyboard or via file. As a last resort, the data can be hard-coded into the program.
The input for this calculation is in the Gains and Costs for Equipment table.
Utilize the ROI calculation (below) with the data from the LinkedList. You may select any of the sorting algorithms from Chapter 1 of Data Structures Essentials to sort the ROI from best to least return.
The calculation for Return on Investment Calculation (ROI) is as follows:
ROI = (Gain from Investment - Cost of Investment) / Cost of Investment
Sort from the best to least ROI, and display to the screen the equipment name, gain, cost, and calculated ROI. The program must include the code to inform the user that the program has completed processing.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started