Question: Programming Project - 4 In this project using java you will store and display a list of equities, stocks and ETFS and display them. You
Programming Project
In this project using java you will store and display a list of equities, stocks and ETFS and display them. You
will add and delete elements from the list using the LinkedList class in java.util.
I am giving you an equities class to use. This class is attached to the assignment.
Write a Java program that does the following.
Main program
Instantiate a class for "XOM", "Exon Mobile Corporation",
call the object PS
Instantiate a class for D"Dominion", call the object PS
Instantiate a class for "AAPL","Apple", call the object
PS
Instantiate a class for VZ "Verizon" call the object PS
Create a linked list object that will hold Equity objects and add objects POS POS and
POS to the list.
Write a for loop that will walk the list and display each object in the list.
Insert the Verizon object POS into the list between the Dominion POS and Apple
POS objects.
Display the list again.
Remove the Verizon object POS from the list.
Display the list again.
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
