logo

Crowdly

Browser

Add to Chrome

Qu'affiche le code suivant ? val a = 5 val b = 3 val result = if (a > b) { ...

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

Qu'affiche le code suivant ?

val a = 5

val b = 3

val result = if (a > b) {

a * 2

} else {

b * 2

}

println(result)

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