You will use the Casino.java (that is provided) to drive the Roulette class (tha
ID: 3659856 • Letter: Y
Question
You will use the Casino.java (that is provided) to drive the Roulette class (that you will create). Your job is to create the Roulette class to interact with the Casino class to allow the user to play the game of Roulette.
Here are the rules: Create a class named Roulette with a method named betOnce that takes, as parameters, the amount of the user bet.
Generate a random number between 0 and 36 (that simulates the wheel) The user should be prompted to place their bet on 1) Low or 2) High or 3) a Number If the user selected 3) a Number, prompt the user to enter a guess between 1 and 36. If the user selected