• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
溜了溜了
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理

2017年12月18日

第十三次作业
摘要: package PJH; public class feiponaqi { public static void main(String[] args) { int[] arr = new int [30]; arr[0] = 1; arr[1] = 1; for(int i = 2;i arr[j+1]){ i... 阅读全文
posted @ 2017-12-18 16:36 溜了溜了 阅读(154) 评论(0) 推荐(0)
 
第十二次作业
摘要: package PJH; public abstract class Person { private String name; private int age; public String getName() { return name; } public void setName(String 阅读全文
posted @ 2017-12-18 16:31 溜了溜了 阅读(131) 评论(0) 推荐(0)
 
第十一次作业
摘要: package PJH; public abstract class A { private String name; public A(String name) { this.name=name; } public String getName() { return this.name; } pu 阅读全文
posted @ 2017-12-18 16:28 溜了溜了 阅读(112) 评论(0) 推荐(0)
 
第十次作业
摘要: package PJH; public class StaticDemo05 { public static void main(String args[]) { new StaticDemo05().fun() ; } public void fun() { System.out.println("Hello World!!!")... 阅读全文
posted @ 2017-12-18 16:24 溜了溜了 阅读(105) 评论(0) 推荐(0)
 
第九次作业
摘要: package java9; public class java9 { private double radius; public java9(double radius) { this.radius = radius; } public java9() { this.radius = 1; } public... 阅读全文
posted @ 2017-12-18 16:15 溜了溜了 阅读(139) 评论(0) 推荐(0)
 
 

2017年11月6日

第八次作业
摘要: lass Person1{ private String name; private static int count; public Person1() { count++; this.name = "NONAME - " + count; } public Person1(String name) { t... 阅读全文
posted @ 2017-11-06 12:29 溜了溜了 阅读(138) 评论(0) 推荐(0)
 
 

2017年10月30日

刘关张三结义(第七次作业)
摘要: package pjh1; public class A { public int id; public String name; public int age; public String city; public String introduce() { return "我的ID是" + id 阅读全文
posted @ 2017-10-30 14:50 溜了溜了 阅读(152) 评论(0) 推荐(0)
 
 

2017年10月16日

9.10 (第五次作业)
摘要: 3-1import java.util.Scanner; public class Hua01 { public static void main(String[] args) { int number1=(int)(System.currentTimeMillis()%10); int number2=(int)(System.curren... 阅读全文
posted @ 2017-10-16 11:42 溜了溜了 阅读(118) 评论(0) 推荐(0)
 
 

2017年10月9日

国庆作业 (第四次作业)
摘要: class York01 { public static void main(String[] args) { System.out.println("5+5="+5+5); } } class York02 { public static void main(String[] args) { int a=3,b... 阅读全文
posted @ 2017-10-09 13:08 溜了溜了 阅读(167) 评论(0) 推荐(0)
 
9.18作业(第三次作业)
摘要: public class F{ public static void main(String[] args) { long l=123456789012345l; System.out.println(l); } } public class G{ public static void main(String[] args) { ... 阅读全文
posted @ 2017-10-09 11:26 溜了溜了 阅读(108) 评论(0) 推荐(0)
 
 
下一页

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3