reset password
Author Message
venny
Posts: 61
Posted 09:35 Sep 15, 2016 |

Just wanted to know if we need to print out the entire shuffled deck
Example:

Ace of Spades
4 of hearts
8 of clovers
-
-
king of hearts

msargent
Posts: 519
Posted 09:51 Sep 15, 2016 |
venny wrote:

Just wanted to know if we need to print out the entire shuffled deck
Example:

Ace of Spades
4 of hearts
8 of clovers
-
-
king of hearts

Yes. Print out the array of shuffled integers (that's the cards), and all the string representations of those shuffled integers.