单项选择题
在Pascal语言中,判断a不等于0且b不等于0的正确的条件表达式是()
A.not a=0 or not b=0
B.not((a=0)and(b=0))
C.not(a=0 and b=0)
D.(a<>0)and (b<>0)
点击查看答案&解析

单项选择题
A.not a=0 or not b=0
B.not((a=0)and(b=0))
C.not(a=0 and b=0)
D.(a<>0)and (b<>0)
微信扫一扫,加关注免费搜题