练习 5:这个程序有 3 个几乎相同的不同功能。让我们重构它以使用一个函数!

  • 创建一个自定义块并在其中存储fly_high()下的四行代码(第 6-9 行)。
  • 创建一个函数并将其命名为fly并使用两个参数: integer fly _height控制巨嘴鸟飞多高, string fly_type控制巨嘴鸟说什么。
  • 使用新功能让巨嘴鸟执行与以前相同的系列飞行:高、高、低、中、低。

To navigate the page using the TAB key, first press ESC to exit the code editor.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)