You are to design an object-oriented Java application to let the user play a dice game that uses two dices. The player bets on a value and the dices roll. If the two values match, the player wins. The program should find the number of games the player will play to win once. Also set up a fee for each game and a prize for each win and determine whether it's worthwhile to play the games.