摘要: package cp03.se03_peopleLei;public class exp01 { // 返回类型 return 对应 int int speak(String name,int age,String ...aihaomen){ System.out.prin... 阅读全文
posted @ 2015-11-14 17:06 xiaolongecom 阅读(168) 评论(0) 推荐(0)
摘要: /*** Java中的return语句使用总结*/public class TestReturn {public static void main(String args[]) { TestReturn t = new TestReturn(); t.test1(); ... 阅读全文
posted @ 2015-11-14 16:32 xiaolongecom 阅读(192) 评论(0) 推荐(0)
摘要: package com.lhzh.cp07;public class ShuZuDEL0 { public static void main(String[] args) { int oldArr[]={1,3,4,5,0,0,6,6,0,5,4,7,6,7,0,5}; ... 阅读全文
posted @ 2015-11-14 09:15 xiaolongecom 阅读(499) 评论(0) 推荐(0)