logo

Crowdly

class Rectangulo(val ancho: Int, val alto: Int) { fun area(): Int { ...

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

class Rectangulo(val ancho: Int, val alto: Int) {

fun area(): Int {

return ancho * alto

}

}

val r = Rectangulo(5,3)

println(r.area())

¿Cuál es el resultado?

0%
0%
More questions like this

Want instant access to all verified answers on uamvirtual.uam.edu.ni?

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

Browser

Add to Chrome