Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please help, not sure how to start. In C++ Please and thank you. For this project, the student will make a blackjack game. The blackjack

Please help, not sure how to start. In C++ Please and thank you.

image text in transcribed

For this project, the student will make a blackjack game. The blackjack card game is a card game where each player will try to get to the value of 21 with their cards. There are only going to be two players, the dealer and one player. Each player is delt two cards (normally one down and the other up (Not needed for this project. Both should be up)). The player will then decide whether they would like to get another card to increase their hand value. A winning hand is a hand that is the closest to 21 or a hand that does not go over 21. A losing hand (Automatically) is if the hand goes over 21 or a hand that is not the closest to 21. Card values are the following 2 value: 2,3 value 3,4 value 4..10 value 10. All face cards (king, queen, jack) have a value of 10. The Ace has a value of 1 or 11. Example Output: Dealer Hand: A of Hearts 2 of Spades Player Hand: J of Clubs 8 of Hearts Choice (H)it, (S)tay: H

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Domain Transfer Learning With 3q Data Processing

Authors: Ahmed Atif Hussain

1st Edition

B0CQS1NSHF, 979-8869061805

More Books

Students also viewed these Databases questions