Problem:
Question 1- What is the public method equals for the class Linked Bag?
Question 2- How to insert update delete data?
Question 3- Write a program to play a very simple dice game using the random number generator. The player throws two dice. If the same two numbers are thrown or if the sum of the dice is equal to 7 or 11, the player wins. Otherwise, the player loses.
Step by step instructions so I can understand would be greatly appreciated!