组卷题库 > 初中信息技术试卷库
试题详情
阅读程序写结果:

a=5

b=6

h=10

s=(a+b)*h/2

print(s)

运行结果:

x=5

if x%2==0:

    print(“偶数”)

else:

    print(“奇数”)

运行结果:

a=14; b=10

c=a%b

if 0<=c<=4:

    c=a*10+b

elif 4<c<=9:

    c=a*100+b

print(c)

运行结果:

知识点
参考答案
采纳过本试题的试卷
教育网站链接