上一页 1 ··· 3 4 5 6 7
  2016年1月16日
摘要: package 面向;import org.omg.Messaging.SyncScopeHelper;public class 三角形 { //属性 String nj; String bbb; int d; int j;//分别是角、... 阅读全文
posted @ 2016-01-16 00:41 悠悠小花 阅读(172) 评论(0) 推荐(0) 编辑
  2016年1月14日
摘要: 1 package guoguo; 2 3 public class Number { 4 5 public static void main(String[] args) { 6 // TODO Auto-generated method stub 7 8 ... 阅读全文
posted @ 2016-01-14 10:09 悠悠小花 阅读(369) 评论(0) 推荐(0) 编辑
  2016年1月11日
摘要: 1 2 int arr[][]=new int[][]{{12,8,45},{11,34,23,76}}; 3 4 int sum = 0; 5 6 System.out.println("... 阅读全文
posted @ 2016-01-11 10:53 悠悠小花 阅读(701) 评论(0) 推荐(0) 编辑
  2016年1月10日
摘要: int arr[][]=new int[][]{{1},{2,3},{4,5,6}}; System.out.println("二维数组是:"); for (int z=0;z<arr.leng... 阅读全文
posted @ 2016-01-10 00:14 悠悠小花 阅读(437) 评论(0) 推荐(0) 编辑
  2016年1月9日
摘要: 1 public class gkhkhh { 2 3 public static void main(String[] args) { 4 // TODO Auto-generated method stub 5 6 7 int arr []=new... 阅读全文
posted @ 2016-01-09 08:41 悠悠小花 阅读(661) 评论(0) 推荐(0) 编辑
  2016年1月4日
摘要: 1 package myapp; 2 3 public class tyc { 4 5 public static void main(String[] args) { 6 7 int a =12*3; 8 9 int c =a+4;10 11 ... 阅读全文
posted @ 2016-01-04 11:32 悠悠小花 阅读(125) 评论(0) 推荐(0) 编辑
  2015年12月31日
摘要: int y ; int x; y=8; x=6; S... 阅读全文
posted @ 2015-12-31 16:49 悠悠小花 阅读(91) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7