c = keyin.nextDouble();. if (c == 0). throw new ArithmeticException();. a = b / c;. System.out.printf("\n");. System.out.printf("%.2f/%.2f = %.2f\n", b,c,a);.
確定! 回上一頁