logo

Crowdly

Browser

Add to Chrome

Dado el siguiente código en Java, marcar la afirmación o afirmaciones correctas ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Dado el siguiente código en Java, marcar la afirmación o afirmaciones correctas (las respuestas incorrectas tienen penalización):

 

public class Punto3DArray {

private double[] coords; // coordenadas x, y, z

public Punto3DArray (double[] coords) {

this.coords = coords;

}

public String toString () {

return "(" + coords[0] + ", " + coords[1] + ", " + coords[2] + ")";

}

}

 

0%
0%
More questions like this

Want instant access to all verified answers on moodle.upm.es?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome