mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-09 00:43:59 +08:00
n 阶斐波那契数列
改为 第 n 个斐波那契数
此处原文为 Generate the nth Fibonacci number.
This commit is contained in:
parent
e867b0a913
commit
7f0e2f2330
@ -249,7 +249,7 @@ again!
|
||||
你做到了!这是一个大章节:你学习了变量、标量和复合数据类型、函数、注释、 `if` 表达式和循环!如果你想要实践本章讨论的概念,尝试构建如下程序:
|
||||
|
||||
* 相互转换摄氏与华氏温度。
|
||||
* 生成 n 阶斐波那契数列。
|
||||
* 生成第 n 个斐波那契数。
|
||||
* 打印圣诞颂歌 “The Twelve Days of Christmas” 的歌词,并利用歌曲中的重复部分(编写循环)。
|
||||
|
||||
当你准备好继续的时候,让我们讨论一个其他语言中 **并不** 常见的概念:所有权(ownership)。
|
||||
|
Loading…
Reference in New Issue
Block a user