摘要: import java.util.Scanner; public class test{ public static void main(String[] args) { int a; Scanner input=new Scanner(System.in); System.out.print("E 阅读全文
posted @ 2017-09-25 13:19 FM10086 阅读(94) 评论(0) 推荐(0) 编辑
摘要: //程序员 郭晋生 2017.9.25 //1.输出一个长整型的变量 123456789012345public class Long{ public static void main(String[] args) { long l=123456789012345l; System.out.prin 阅读全文
posted @ 2017-09-25 13:18 FM10086 阅读(114) 评论(0) 推荐(0) 编辑
摘要: public class PJSD{ public static void main(String[] args) { System.out.println("平均速度为:"+24*1.6/(1+40.0/60+35.0/3600)); }} 阅读全文
posted @ 2017-09-25 13:18 FM10086 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 9月4日java 1.3 public class Test{ public static void main(String[] args){ System.out.println(" ]"); System.out.println(" ]"); System.out.println("] ]"); 阅读全文
posted @ 2017-09-11 11:19 FM10086 阅读(112) 评论(3) 推荐(0) 编辑