flut d'octet

This commit is contained in:
2024-03-25 14:56:28 +01:00
parent 0bf4ebd6b6
commit f411998b31
30 changed files with 335 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ public class Main {
try {
ArithmeticExceptionVrai.computeDivision();
} catch (ArithmeticException e) {
System.out.println("Une erreur arithmétique s'est produite : " + e.getMessage());
System.out.println("Une erreur arithm├ętique s'est produite : " + e.getMessage());
}
}
}
}