首页
Python
Java
IOS
Andorid
NodeJS
JavaScript
HTML5
【
Exercise03_01
】的更多相关文章
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…