This question does not appear to be about programming within the scope defined in the help center.
Closed 2 years ago.
让我们对您要评估的C#进行高级英语版本。
a)亲爱的c#,这里有一些数字:1,2,3,4。该集合中是否存在等于1?的任何数字
a)亲爱的c#,这里有一些数字:1,2,3,4。该集合中是否存在等于1?
的任何数字
是的
b)亲爱的c#,这里有一些数字:1,2,3,4。该集合中是否存在任何数字不等于1?
是的,
在第一种情况下,C#说是,因为1等于1。在第二种情况下,C#说是,因为2不等于1
Let's do a high-level English version of what you're asking C# to evaluate..
a) Dear C#, here are some numbers: 1,2,3,4. Does there exist any number in that set that is EQUAL to 1?
Yes
b) Dear C#, here are some numbers: 1,2,3,4. Does there exist any number in that set that is NOT EQUAL to 1?
In the first case, C# says yes because 1 is equal to 1. In the second case C# says yes because 2 is not equal to 1
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(1)
让我们对您要评估的C#进行高级英语版本。
是的
是的,
在第一种情况下,C#说是,因为1等于1。在第二种情况下,C#说是,因为2不等于1
Let's do a high-level English version of what you're asking C# to evaluate..
Yes
Yes
In the first case, C# says yes because 1 is equal to 1. In the second case C# says yes because 2 is not equal to 1