Question du test Java

En attente de validation

Quel est le résultat affiché après exécution du programme suivant :

import java.math.BigInteger;

class Main {
public static void main (String[] args) {
BigInteger bigInt = new BigInteger("1");
bigInt.add(new BigInteger("1"));
System.out.println(bigInt);
}
}

Auteur: koceilaStatut : En attente de validationQuestion pas encore passée
0
Évaluations de la communautéPersonne n'a encore évalué cette question, soyez le premier !