第 5 步:在月球上,物体的重量仅为地球上重量的 16%!

要获得一个数字的 16%:将小数点左移 2 位得到 0.16。然后将数字乘以0.16。

  • 将函数内的 float 变量的名称更改为moon_weight
  • 将值从2.34更改为earth_weight * 0.16
  • 结果代码应如下所示: moon_weight = earth_weight * 0.16

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)