✅ 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 ?
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!