✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
En Java, à la lecture du code ci-dessous, la variable x peut-elle avoir été modifiée après l'utilisation de la fonction f ?
int x = 3;f( x );