题库 高中信息

题干

当输入21,输出结果是
Dim x as long
x=inputbox(“输入x的值”)
if x mod 10="1" then
if x mod 8="3" then
x=x-12
end if
else
x=x-7
end if
print x
上一题 下一题 0.99难度 填空题 更新时间:2016-03-16 10:33:12

答案(点此获取答案解析)