logo

Crowdly

Browser

Add to Chrome

En Java, combien de fois le texte « hello » est-il affiché ? int nb = 10; wh...

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

En Java, combien de fois le texte « hello » est-il affiché ?

int nb = 10;

while(nb < 20) {

System.out.println("hello");

nb++; // ce qui correspond à : nb = nb +1;

}
More questions like this

Want instant access to all verified answers on pedagogie.eigsi.fr?

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

Browser

Add to Chrome