第29401题 单选题
在Scratch中执行指定代码序列后,变量num的最终值是多少?

在Scratch编程环境中,初始时变量num的取值为6,依次执行以下三步积木指令:

  1. 将 num 设为 (num + 4)
  2. 将 num 增加 3
  3. 将 num 设为 (num * 2)
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析