2016年3月30日

第三次作业

摘要: class Employee{ int number; String name; int xinshui; int zengzhang; public void tell(){ System.out.println("编号:"+number+",姓名:"+name+",薪水:"+xinshui+", 阅读全文

posted @ 2016-03-30 11:32 123hh6m 阅读(116) 评论(2) 推荐(0)

第二次作业

摘要: public class disi{ public static void main(String arg[]){ int shuzu[]={1,3,4,5,6,6,5,4,7,6,7,5}; he(shuzu); sort(shuzu); } public static void he(int t 阅读全文

posted @ 2016-03-30 11:29 123hh6m 阅读(119) 评论(0) 推荐(0)

第一次作业

摘要: public class jiajian{ public static void main(String args[]){ int i,a=13,b=23,result=0; for(i=1;i<=49;i++){ result=result+a-b; a=a+20; b=b+20; } Syste 阅读全文

posted @ 2016-03-30 11:25 123hh6m 阅读(158) 评论(0) 推荐(0)

导航