If not now,when? If not you,who?

09 2017 档案

摘要:public class Test { public static void main(String[] args){ //输出一个长整型的变量 123456789012345 long h = 123456789012345l; System.out.println(h); //输出一个单精度的小数常量 2.4 ... 阅读全文
posted @ 2017-09-25 13:54 HyperYoung 阅读(171) 评论(0) 推荐(0)
摘要:import java.util.Scanner; public class Test { public static void main(String[] args) { Scanner hy = new Scanner(System.in); double x1,x2,y1,y2; System.out.println("请键入X1的... 阅读全文
posted @ 2017-09-12 23:37 HyperYoung 阅读(220) 评论(0) 推荐(0)
摘要:public class Test{ public static void main(String[] args){ int i; for(i = 1;i <= 5;i++){ System.out.println("Welcome to java"); } } } public class Test{ ... 阅读全文
posted @ 2017-09-11 14:00 HyperYoung 阅读(149) 评论(0) 推荐(0)


Copyright © 2017 Hyself Inc.保留所有权利。

商务合作邮箱:hy@hyself.top