Back to General discussions forum
I don't know why I'm getting wrong results. I did problem 58 (cards names) easily, I applied that method here, I followed instructions and yet something is wrong.
That is because you are shuffling the cards randomly as opposed to doing what the problem asks you to.
Note the following:
You will be given the sequence of non-negative integer random numbers
I appreciate your continuous help. I thought
Then you should for each card generate some random number
is where assignement part starts but it was only fragment of "this is how it works" part.