✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Què imprimeix el següent codi?
boolean p = true;
boolean q = false;
boolean r = true;
System.out.println(p && (q || r));