Need help with this java assignment please
In your Java project, create and call a void method (or methods) that
a. stores 5 million random integers in a linked list
b. outputs the time taken to traverse the linked list using an iterator
c. outputs the time taken to traverse the linked list using the method get(index)