Posts by user50016 • 3 points
1 post
-
0
votes1
answer42
viewsQ: Error when assigning object to another class
In the code it arrow the values of the employees with the first entered value and ignores the others. for(int i=0; i<3; i++) { Empregados f = new Empregados(); System.out.println("Qual é o…