Create a in c program that does the followingAsks the user for the card that has been played on

Create a in c++ program that does the following:Asks the user for the card that has been played (on the table). Hint: pick one card and get it working, then add a second, then a third. You can also give the user one of several choices to pickAsk the player if they have whatever card (or cards) you think is appropriate.Use a boolean variable to hold the value of whether or not they have a cardMakes a statement that confirms what the user enteredIncludes at least 3 if/else statements to branch

Read More