✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Qu'affiche le code Java ci-dessous selon la valeur de la variable entière nb ?
if(nb <= 5){ System.out.print("A ");}if(nb <= 10) { System.out.print("B ");}else { System.out.print("C ");}