Hello Everyone. I'm new to programming and I have some issue with my code:
I'm not really sure how that thing is called so it's hard to google it;
But I think human being will understand what I mean:
The while loop is increased by i++ each time. In the commented line I want to express
When
i = 1 , player1.cards[j] = random;
i = 2 , player2.cards[j] = random;