Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

Hi, I need to make JAVA program that recreates a game of Blackjack (aka 21). The object of the game is to accumulate cards that add up to 21 without...

Hi, I need to make JAVA program that recreates a game of Blackjack (aka 21). The object of the game is to accumulate cards that add up to 21 without exceeding this total (BUST). Your game should include 2 players and a dealer. The players bet money that the total points in their hand is greater than that of the Dealer (the players should not compete against each other)

It should required that we use these things within the code:

- if-else/else- if statement

- for loop, while loop, and/or do-while loop (must use two or more)

- read/write/or read & write to/from a file

- use 5 methods

- use 1 overloaded methods

-use 3 classes

-inheritance from another class

-abstract class

-include two arrays/arrayLists

-import 3 or more libraries

-All exceptions should be handled gracefully.

-include at least 1 programmer-created exception

- do not allow invalid inputs

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question