Posts by pedro • 33 points
1 post
-
3
votes1
answer1282
viewsQ: How to call builders with arguments?
How to define constructor values in the main class by Scanner in such a builder?. public Aluno(String nome,int idade) { this.nome = nome; this.idade = idade; } and in the main class call: Aluno…