subject

In the card game named 'blackjack' players get two cards to start with, and then they are asked whether or not they want more cards. Players can continue to take as many cards as they like. Their goal is to get as close as possible to a total of 21 without going over. Face cards have a value of 10 Write a command line game that plays a simple version of blackjack. The between 1 and 10 each time the player gets a card. It should keep a running total of the play whether or not it should deal another card. Sample output for the game is written below. Your program should produce the same output. program should generate random number ers cards, and ask the player » First cards: 3, 2 » Total: 5 > Do you want another card? (y/n): y > Card: 6 Tota1: 11 > Do you want another card? (y/n): y > Card: 7 Tota1: 19 Do you want another card? (y/n): n > Would you like to play again? (y/n): y > First cards: 10, 2 > Total: 12 > Do you want another card? (y/n): y > Card: 6 > Total: 18 > Do you want another card? (y/n): y > Card: 7 Total: 25 Bust. > Would you like to play again? (y/n): n Note: You can generate random numbers using the Random class. Here is a tiny class that generates either a 0 or a l import java. util. public class RandomTest ( public static void main (String args[) Random random = new Random(); System. out-println (random. nextint (2))

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 18:30
Kto rozmawia z clamentain przez krótkofalówke w the walking dead która śledzi lee w 4 epizodzie
Answers: 1
question
Computers and Technology, 23.06.2019 03:30
Many everyday occurrences can be represented as a binary bit. for example, a door is open or closed, the stove is on or off, and the fog is asleep or awake. could relationships be represented as a binary value? give example.
Answers: 1
question
Computers and Technology, 23.06.2019 09:30
Why is an outfitting a workspace with video games in a technology development company considered a strategic use of money
Answers: 1
question
Computers and Technology, 23.06.2019 21:30
Enzo’s balance sheet for the month of july is shown. enzo’s balance sheet (july 2013) assets liabilities cash $600 credit card $4,000 investments $500 student loan $2,500 house $120,000 mortgage $80,000 car $6,000 car loan $2,000 total $127,100 total $88,500 which expression finds enzo’s net worth?
Answers: 1
You know the right answer?
In the card game named 'blackjack' players get two cards to start with, and then they are asked whet...
Questions
question
Chemistry, 15.11.2021 01:00
question
Mathematics, 15.11.2021 01:00
question
Mathematics, 15.11.2021 01:00
question
Mathematics, 15.11.2021 01:00
Questions on the website: 13722363