Exercise03_01】的更多相关文章

import javax.swing.JOptionPane; public class TheDirection { public static void main(String[] args){ double a,b,c,t,r1,r2; String number; int messageType=JOptionPane.INFORMATION_MESSAGE; number=JOptionPane.showInputDialog(null,"输入a"); a=Double.pa…