Posts by user42671 • 26 points
1 post
-
1
votes2
answers903
viewsA: How to receive by parameter an array of objects of another class in Java?
public class Custos { public String calcularViagem(Percurso[] percursos) { return ""; } }
1 post
1
votes2
answers903
viewspublic class Custos { public String calcularViagem(Percurso[] percursos) { return ""; } }