logo

Crowdly

Browser

Add to Chrome

Quelle est la sortie du code suivant ? fun main() { val mots = arrayOf("un"...

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

Quelle est la sortie du code suivant ?

fun main() {

val mots = arrayOf("un", "deux", "trois")

for (i in mots.indices) {

print("${mots[i].length} ")

}

}

More questions like this

Want instant access to all verified answers on moodle.iut-tlse3.fr?

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

Browser

Add to Chrome