当条件为5<x<10时,x=x+1,以下语句正确的是( )。

admin2020-07-25  19

问题 当条件为5<x<10时,x=x+1,以下语句正确的是(     )。

选项 A、if5 <x<10 then x=x+1
B、if5 <x or x<10 then x=x+1
C、if5 <x and x<10 then x=x+1
D、if5 <x xor x<10 then x=x+1

答案C

解析 条件5<x<10即为x大于5小于10,用关系表达式表示就是x>5 and x<10。故选择C选项。
转载请注明原文地址:https://kaotiyun.com/show/Bjcp777K
0

随机试题
最新回复(0)