Posts by Rita • 19 points
1 post
-
1
votes1
answer302
viewsQ: Attribute declaration in a Java class
Why the statements of these variables were made like this? public class Jogo { private Tabuleiro tabuleiro; <<- private int rodada=1, vez=1; private Jogador jogador1; <<- private Jogador…