public static void main(String[] args) {
  try {
    divideByZero();
  } catch (ArithmeticException e) {
    e.printStackTrace();
  }
}