String r3 = JOptionPane.showInputDialog(null, "請輸入C的值: "); double c = Double.parseDouble(r3); double p = b*b - 4*a*c; if(p>0)
確定! 回上一頁