Posts by Eduardo Arantes • 39 points
1 post
-
2
votes1
answer1893
viewsQ: Doubt to create and work with JAVA class array
I have a program with 2 classes. The player class contains only the name attribute: public class player { String name; } And I have the Main Class that has the function below and the call of the…