摘要: package hello;public class yunsuanfu { public static void main(String[] args) { System.out.println("20 % 7="+(20%7)); int z = 10; z++;... 阅读全文
posted @ 2015-12-02 18:28 记忆还是空白 阅读(257) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-12-02 18:14 记忆还是空白 阅读(109) 评论(0) 推荐(0)
摘要: public class yunsuanfu { public static void main(String[] arg){ double t=2; int h=38; int m=100; int s=100; ... 阅读全文
posted @ 2015-12-02 18:13 记忆还是空白 阅读(371) 评论(0) 推荐(0)
摘要: package hello;public class gaofushuai { public static void main(String[] args){ int a=1; int b=1; int c=1; String str=a... 阅读全文
posted @ 2015-12-02 18:09 记忆还是空白 阅读(235) 评论(0) 推荐(0)
摘要: package hello;public class finallianxi { public static void main(String[] args) { String Strname = "一二三四"; System.out.println(Strname... 阅读全文
posted @ 2015-12-02 18:07 记忆还是空白 阅读(213) 评论(0) 推荐(0)
摘要: package hello;public class string { public static void main(String[] asdf){ int i; i = 123; int m=1,n=2,x=3,y=4; final ... 阅读全文
posted @ 2015-12-02 18:05 记忆还是空白 阅读(198) 评论(0) 推荐(0)