首页试题详情
难度: 使用次数:138更新时间:2026/03/13
1.
In a programming condition, which operator is used to check if a value is not equal to another?
A.>
B.<
C.!=
D.==
题型:选择题 知识点:第七章 编程语言基础
【答案】
C
【解析】
The '!=' operator is used to check if two values are not equal in programming conditions. '==' checks for equality, '>' and '<' are used for greater than and less than comparisons, respectively.

查看答案和解析

支付 ¥0.1 即可查看此题答案和详细解析

低至 ¥0.1 起

类题推荐:

未分类