令Num1=1且Num2=2,则下列表达式为真。The expression is true or false if Num1=1 and Num2=2.(Num1==1) OR (Num2==2)

10 查阅

令Num1=1且Num2=2,则下列表达式为真。The expression is true or false if Num1=1 and Num2=2.(Num1==1) OR (Num2==2) AND (Num1==Num2)

A.正确

B.错误

参考答案:

答案:正确