logo

Crowdly

Browser

Add to Chrome

En Java, combien de fois le texte « salut » 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 « salut » est-il affiché ?

int nb = 10;

while(nb < 20) {

System.out.println("salut");

}
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