CSCI 51, Spring 2009
Program 9: StackFromList
1%, 25 points
Assigned: Tuesday, April 28
Due: Thursday, April 30, prior to class.
Simple assignment. Look at QueueFromList.java and QueueIdea.java
to start. Create your own
StackFromList.java. Also, place
a main method in this file to serve as a utility, which:
-declares and instantiates a StackFromList object.
-pushes a few various numbers onto the stack.
-prints the stack.