Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Create a Java class that will accept an ArrayList of ten elements. 
Pass the elements of the ArrayList to an array.
Pass the elements of the array to a Stack and manipulate the elements using three Stack methods.
Iteratively display the elements of the Stack 


What I have tried:

Can someone help me?
Create a Java package with classes that will perform the following operations.
Posted
Updated 25-Aug-22 21:31pm
Comments
wseng 25-Aug-22 23:52pm    
what have you tried so far?

1 solution

Don't ask us to do your own homework. Try yourself and ask here just specific questions.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900