此内容没有您所选择的语言版本。
Chapter 21. Fibonacci Example
21.1. Fibonacci Example: The Class 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
- The sequence field is used to indicate the position of the object in the Fibonacci number sequence.
- The value field shows the value of that Fibonacci object for that sequence position, using -1 to indicate a value that still needs to be computed.