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