最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Java编程计算兔子生兔子的问题
时间:2022-06-29 01:39:05 编辑:袖梨 来源:一聚教程网
程序分析: 兔子的规律为数列1,1,2,3,5,8,13,21....
程序设计:
代码如下 | 复制代码 |
publicclassexp2{ publicstaticvoidmain(String args[]){ inti=0; for(i=1;i<=20;i++) System.out.println(f(i)); } publicstaticintf(intx) { if(x==1|| x==2) return1; else returnf(x-1)+f(x-2); } } |
或
代码如下 | 复制代码 |
publicclassexp2{ publicstaticvoidmain(String args[]){ inti=0; math mymath =newmath(); for(i=1;i<=20;i++) System.out.println(mymath.f(i)); }
} classmath { publicintf(intx) { if(x==1|| x==2) return1; else returnf(x-1)+f(x-2); } } |
相关文章
- 《燕云十六声》配置要求介绍 12-25
- 《燕云十六声》搬砖介绍 12-25
- 时空中的绘旅人天宇之间怎么玩 绘旅人天宇之间活动玩法介绍 12-25
- QQ2024年度报告怎么看 2024qq年度报告玩法介绍 12-25
- 归龙潮珠砂什么时候up 归龙潮红缘绮梦卡池介绍 12-25
- 王者荣耀S38赛季有什么更新 12-25