[单项选择题] 下列程序段的执行结果为  a=75  If a > 60 Then Score=1  If a > 70 Then Score=2  If a > 80 Then Score=3  I

[单项选择题] 下列程序段的执行结果为  a=75  If a > 60 Then Score=1  If a > 70 Then Score=2  If a > 80 Then Score=3  I,第1张

[单项选择题] 下列程序段的执行结果为  a=75  If a > 60 Then Score=1  If a > 70 Then Score=2  If a > 80 Then Score=3  I

[单项选择题] 下列程序段的执行结果为  a=75  If a > 60 Then Score=1  If a > 70 Then Score=2  If a > 80 Then Score=3  If a > 90 Then Score=4  Print "Score= ";Score

A.Score=1

B.Score=2

C.Score=3

D.Score=4

正确答案:

B

参考解析:

【命题目的】考查考生对条件语句的掌握程度。 【解题要点】如果a>60,则Score=1;如果a>70,则Score=2;如果a>80,则 Score=3;如果a>90,则Score=4;本题的条件是a=75,输出结果应该是Score=2。 【考点链接】块结构条件语句的使用方法。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5626689.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-15
下一篇 2022-12-16

发表评论

登录后才能评论

评论列表(0条)

保存