Question: For this assignment, you will write a program that lets the user play against the computer in a variation of the popular blackjack card game.

For this assignment, you will write a program that lets the user play against the computer in a variation of the popular blackjack card game. In this variation of the game, two six-sided dice are used instead of cards. The dice are rolled, and the player tries to beat the computershidden total without going over 21.

Here are some suggestions for the games design:

Each round of the game is performed as an iteration of a loop that repeats as long as the player agrees to roll the dice, and the players total does not exceed 21.

At the beginning of each round, the program will ask the user whether or not he orshe wants to roll the dice to accumulate points.

During each round, the program simulates the rolling of two six-sided dice. It rolls thedice first for the computer, and then it asks the user whether he or she wants to roll. (Use the Die class that was shown in Code Listing 6-14 to simulate the dice.)

The loop keeps a running total of both the computers and the users points.

The computers total should remain hidden until the loop has finished.

After the loop has finished, the computers total is revealed, and the player with the

most points, without going over 21, wins.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!