不是VIP会员,不能显示答案

题目解答

题目:
在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)or(b<>0)
  • E.(a<>0)and (b<>0)
考点:
分析:
解答:
评论:
老师: