Posts by Gustavo Dias • 1 point
1 post
-
-1
votes2
answers139
viewsA: Code problem in Java
Take a look at this stuff. It will solve your problems on chained list Caelum public class AlunoLista { private String nome; private int idade; private AlunoLista proximo; } public class Celula {…