Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Combien de fois s'affiche "Hello" avec ce code ?
var x = 10while (x > 5) { println("Hello") x -= 3}
var x = 10
while (x > 5) {
println("Hello")
x -= 3
}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!