//Sample05_31.java class Sample05_31 { public static void main(String[] args){ int num = 9 / 0; System.out.println(num); } }