Question: C++ programming please read all the information and do it based on what is asked.Thank You! In the card game named Blackjack players get two

 C++ programming please read all the information and do it based

C++ programming please read all the information and do it based on what is asked.Thank You!

on what is asked.Thank You! 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

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 Wirte a command lne game that plays a simple version of blackjack The program should generate randon number between 1 and 10 each time the player gets a card It should keep a running total of the players cards, and ask the player whether or not it should deal another card Sample output for the game is witten below Your program should produce the same output Your output message should contain the strings Win, Lose, Bust, Push, Blackjack depending on the of cards compared to a dealer hand of 18 Submit a single file named Blackjack.cpp using the button below. You do not need to submit sample output. Just the source code. > First cards: 3,2 > Total 5 > Do you want another card? (y): y >Card 6 > Total: 11 > Do you want another card? (y): y > Card 7 > Total: 19 > Do you want another card? (y) n 850 PM /8/2018 104 do

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!