class Exc2 { public static void main(String args[]) { int d, a; try { // monitor a block of code. d = 0; a = 42 / d;. System.out.println("This will not be ...
確定! 回上一頁