✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Qu’affiche le code suivant sachant que l’input de l’utilisateur est «J’aime Java!» ?
Scanner scanner = new Scanner(System.in);
String str;
str = scanner.next();
System.out.print(str);