logo

Crowdly

On considère la classe suivante : import java.util.Random; public class Execu...

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

On considère la classe suivante :

import java.util.Random;

public class Executable {

public static void main(String[] args) {

Random r = new Random(32);

System.out.println(r.nextInt(10000));

}

}

Recopier le code de classe proposée, le compiler et l'exécuter. Quel nombre est affiché dans le terminal ?

More questions like this

Want instant access to all verified answers on celene.univ-orleans.fr?

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