Question: Please keep it simple and follow the instructions its for java LINKED LIST Use Java's built in Linked-List. Insert 10 objects into the linked list
LINKED LIST Use Java's built in Linked-List. Insert 10 objects into the linked list of altermating types (strings (your choice) and randomly generated ints (0- 99)) - print the linked list and its size - delete the head (first node) of the linked list. - print the linked list and its size. - delete the 3rd node from the linked list -print the linked list and its size. -delete the last node from the linked list -print the linked list and its size. STACK Write code to implement a Stack using an Array which accepts ints. Write a function to push a new int onto the stack. Push 5 random ints (values 0-99) onto the stack Print the stack in TOP DOWN fashion
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
