Question: Java Programming Build a Simple Game Program The Game is called Twenty-One. I. The user rolls dice in an attempt to hit exactly 21. If
Java Programming
Build a Simple Game Program
The Game is called Twenty-One.
I. The user rolls dice in an attempt to hit exactly 21. If the user goes over 21, they lose. If they hit 21 exactly, they win. Then they can play the game again if they want.
II. At first the user should roll 2 dice. Once their total hits 15 or above, they should only roll one dice. (Use a random number generator to simulate the dice rolls.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
