Posts by Lucas • 51 points
1 post
-
5
votes1
answer330
viewsQ: Shuffle playing cards
I need to make a kind of "Mini-pife", but I’m not able to create the method to shuffle the cards, someone can help me? public class Baralho { public Carta[] Cartas { get; private set; } public…