Question: please, help me to solve this question. this is c++ programming.. try each sample run and get same result please!. please, dont make code too

please, help me to solve this question. this is c++ programming.. tryeach sample run and get same result please!. please, dont make codetoo complicated and difficult to understand. thank you in advance. In thisproject, you will create a simple card game. At the start ofplease, help me to solve this question.

this is c++ programming..

try each sample run and get same result please!.

please, dont make code too complicated and difficult to understand.

thank you in advance.

In this project, you will create a simple card game. At the start of the game, ask the player his/her name and the amount of money tostart. Each turn of the game then proceeds as follows: The player is asked how much money he/she wants tobet. Then, the player is dealt one card face up. The player is then asked whether the next card dealt will be higher inrank or lower in rank than the first card. Ifthe player guesses correctly, he/she wins an amount equal to the bet. If not (including if the dealt card is of the same rank), the player lose his/her bet. You may ume the player always bets an integer amount that is neither negative nor greater than his/her current balance The game continues turns until the player either has a balance equal to or above 5 times their start amount, or the player's money is 0 In order to dothis assignment, you must create two user-defined classes, one called Card and one called Player. The definitions of these classes and their member functions should each be contained in separate files calledCard.h and Player.h. IMPORTANT: for this assignment, you are turning in three files: the class definitions Card.h and Player.h, as well as hw5.cpp, the source file that creates your program

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!