Java
Java Code
A Game of 21
Write a program that uses the Die class that was presented in Chapter 4 to 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 computer’s hidden total without going over 21.
Here are some suggestions for the game’s 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 player’s total does not exceed 21.
● At the beginning of each round, the program will ask the user whether he or she wants
to roll the dice to accumulate points.
● During each round, the program simulates the rolling of two six-sided dice. It rolls
the dice first for the computer, and then it asks the user if he or she wants to roll. (Use
the Die class that was demonstrated in Chapter 4 to simulate the dice).
● The loop keeps a running total of both the computer and the user’s points.
● The computer’s total should remain hidden until the loop has finished.
● After the loop has finished, the computer’s total is revealed, and whoever the player
with the most points without going over 21 wins.
Additional requirements:
Solution, must be object oriented design remonstrated with a driver.
Welcome the user with a message that you read from a file called "input.txt".
Write the results of the game to the terminal and also to the output file called, "output.txt" and remind the user to look at that file if he/she wants to.
You only need to submit the designs, input/output files ( if applicable ) source code ( .java and not the project or the .class ) files of all the classes you'll implement and the driver program for the problem. ( Do not submit the whole project folder and irrelevant files. )
8 years ago 20
Purchase the answer to view it
- computerprogram.docx
- Advertising Media and Integrated Marketing Communications (IMC). 1. Name a product that has an excellent IMC message. Briefly explain why that IMC message has proven to be excellent. 2. In your opinion, what is the greatest advantage of using IMC? Brief
- Estimate Costs Associated with the Proposed Solution
- RDMA DB 2
- unit VI Industrial Hygiene
- HIS 135-Week 3-Assignment PowerPoint Southeast Asia
- Assignment for ontime
- 6
- Organizational Behavior Analysis
- Create an application that allows the user to enter the following employee data: Visual Basic
- Completed