Question: java Using random number generation, produce a game that simulates the game of blackjack. The game has two players. Each player gets two cards only
Using random number generation, produce a game that simulates the game of blackjack. The game has two players. Each player gets two cards only to make the game simpler to program. The random number used to represent an Ace is worth 11. (Aces will not be worth 1 point.) The random numbers used to represent Jacks, Queens, and Kings will each be worth 10. Your game needs to show the point value for each card Player 1 and Player 2 hold, as well as, display the result of each game. (ie. Who won?) Make sure you consider all possible outcomes
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
