ArithmeticException算数异常ArithmeticException算数异常
**ArithmeticException算数异常**//ArithmeticException;算数异常public void test3() {try {Scanner scan = new Scanner(System.in);System.out.println(“请输入除数”); double num1 = scan.nextInt();System.out.print...