8、以下哪些表达式的值等于3?A.1 / 2 + 2.5B.10 // 2 - 2C.ord("d") - ord("a")D.33 % 10
8、以下哪些表达式的值等于3?
A.1 / 2 + 2.5
B.10 // 2 - 2
C.ord("d") - ord("a")
D.33 % 10
参考答案和解析
34
相关考题:
设a=3,b=10,c=6,以下表达式的值是a C)Orc 设a=3,b=10,c=6,以下表达式的值是 a < b And (Not b>C)Or c<aA.1B.-1C.TureD.False
(year=25)?”teacher”:”student”这个条件表达式的意义是()。A、如果year大于或等于25,则表达式的值是teacher,否则为studentB、如果year 大于或等于25,则表达式的值是student,否则为teacherC、如果year大于25,则表达式的值是teacher,否则为studentD、如果year小于或等于25,则表达式的值是teacher,否则为student
单选题(year=25)?”teacher”:”student”这个条件表达式的意义是()。A如果year大于或等于25,则表达式的值是teacher,否则为studentB如果year 大于或等于25,则表达式的值是student,否则为teacherC如果year大于25,则表达式的值是teacher,否则为studentD如果year小于或等于25,则表达式的值是teacher,否则为student
单选题设int a=3;下列哪一个表达式的值等于0()。Aa(a0)B!aCa%=aDa=a