第21892题 单选题
Scratch运行给定绿旗启动程序后,变量c的最终值是多少?

Scratch程序积木 程序逻辑说明: 当绿旗被点击:

  1. 将变量a设为3
  2. 将变量b设为4
  3. 重复执行10次:
    • 将变量c设为 a + b
    • 将变量a增加 -1
    • 将变量b增加 2
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析