118k views
2 votes
Write a program to play the Card Guessing Game. Your program must give the user the following choices: - Guess only the face value of the card. - Guess only the suit of the card. - Guess both the face value and the suit of the card. Before the start of the game, create a deck of cards. Before each guess, use the function random_shuffle to randomly shuffle the deck.

1 Answer

1 vote

how am I going to do this, I have a friend that might be able to help I will check

User Nisetama
by
4.6k points