public class ArithmeticException { public static void main(String[] args) { int result = 10 / 0; // Division par zéro } }