I am building a card game program, where at a certain point he should mix the cards and pick up the one in position 0, but I can not do that. Here is the code:
public class Baralho {
Carta[] cartas = new Carta[52];
String[] naipes = {"Copas",...
asked by
01.05.2018 / 22:52